Searched defs:result_code (Results 1 – 1 of 1) sorted by relevance
733 function exec(string $command, &$output = null, &$result_code = null): string|false {}736 function system(string $command, &$result_code = null): string|false {}739 function passthru(string $command, &$result_code = null): ?bool {}
Completed in 20 milliseconds