Searched refs:pcntl_getcpu (Results 1 – 6 of 6) sorted by relevance
2 pcntl_getcpu()7 if (!function_exists("pcntl_getcpu")) die("skip pcntl_getcpu() is not available");18 var_dump(pcntl_getcpu());
1101 function pcntl_getcpu(): int {} function
227 ZEND_FUNCTION(pcntl_getcpu);289 ZEND_FE(pcntl_getcpu, arginfo_pcntl_getcpu)
1768 PHP_FUNCTION(pcntl_getcpu) in PHP_FUNCTION() argument
527 . Added pcntl_getcpu for Linux/FreeBSD/Solaris/Illumos. (David Carlier)
816 . Added pcntl_getcpu to get the cpu id from where the current process runs.
Completed in 20 milliseconds