| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Don Bauer (3) | > | 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 format console output and parse command line arguments. It can send commands to the console to perform actions to format the program output like defining the text foreground and background color, set the text style, set the terminal title, reset the terminal state, set the line and column position of the next text to be outputted, etc.. The class can also detect if the terminal is compatible with Xterm, is running a bash shell, and read characters and lines from the input. The command line arguments can also be parsed into arrays. |
| Ratings | Utility | Consistency | Documentation | Examples | Tests | Videos | Overall | Rank |
| All time: | 87% | 87% | 81% | 87% | - | - | 69% | 345 |
| Month: | Not yet rated by the users | |||||||
| ||||
| This class can create processes to PHP code in parallel. It can fork new processes with pcntl extension and return the information on whether the current script is running the parent or the just created child process. The forked processes can be made to run as standalone daemons. The class can send POSIX signals to the child processes eventually to make them exit. Callback functions may be registered to handle those signals. The class can also execute separate programs in the context of the current process. |
| Ratings | Utility | Consistency | Documentation | Examples | Tests | Videos | Overall | Rank |
| All time: | 83% | 75% | 66% | 66% | - | - | 62% | 938 |
| Month: | Not yet rated by the users | |||||||
| ||||
| This class can manage forked processes with the pcntl extension. It can create new child processes and perform several types of operations associated to those processes. Currently it can get the process number of current or parent process, send a signal to kill a child process, check if a child process already exited, and invoke callback functions one or all managed child processes exit. |
| Not enough user ratings |
| 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 |