<?php stream_get_contents(resource $stream, ?int $length = null, int $offset = -1): string|false
<?php return null; } $info = stream_get_contents($pipes[1]); fclose($pipes[1]); fclose($pipes[2]); proc_close($process);