Searched refs:pcntl_setns (Results 1 – 7 of 7) sorted by relevance
2 pcntl_setns()8 if (!function_exists("pcntl_setns")) die("skip pcntl_setns is not available");17 pcntl_setns($pid, 0);24 pcntl_setns(): Argument #2 ($nstype) is an invalid nstype (%d)
2 pcntl_setns()8 if (!function_exists("pcntl_setns")) die("skip pcntl_setns is not available");17 var_dump(pcntl_setns($pid, CLONE_NEWPID));
1092 function pcntl_setns(?int $process_id = null, int $nstype = CLONE_NEWNET): bool {} function
220 ZEND_FUNCTION(pcntl_setns);282 ZEND_FE(pcntl_setns, arginfo_pcntl_setns)
1570 PHP_FUNCTION(pcntl_setns) in PHP_FUNCTION() argument
523 . Added pcntl_setns for Linux. (David Carlier)
812 . Added pcntl_setns allowing a process to be reassociated with a namespace in order
Completed in 18 milliseconds