| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Sildaekar Decrura (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This class can manage PHP tasks running in parallel processes. It can fork the current process to run one or more parallel processes that execute given PHP code. The class can also do other operations like checking if a task is still running, remove a task, exchange data between tasks. It requires the pcntl extension, so it only runs on Linux and other Unix-like operating systems. |
| ||||
| This class can encrypt, decrypt and hash arbitrary data. It can take a given data string and encrypt it using a given key. The class can also do the opposite, i.e. decrypt the data using the same key. It can also compute the hash value of a given data string using an optional salt. The encryption cypher is a configurable parameter. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |