PHP - Proctitle Functions
This extension can allow changing the current process and thread, name on Linux, and *BSD systems. It can be useful when we can use pcntl_fork() to identify running processes in a process list.
This extension doesn't have configuration directives defined in php.ini.
This extension has no resource types defined.
| Sr.No | Function & Description |
|---|---|
| 1 |
This Function can set a process title. |
| 2 |
This Function can set a thread title. |
php_function_reference.htm
Advertisements