posix_times
posix_times
(PHP 4, PHP 5, PHP 7)
posix_times — Get process times
Description
array posix_times ( void )
Gets information about the current CPU usage.
Return Values
Returns a hash of strings with information about the current process CPU usage. The indices of the hash are:
- ticks - the number of clock ticks that have elapsed since reboot.
- utime - user time us