Skip to content

Commit ff5b252

Browse files
reedyisfedorov
authored andcommitted
1 parent 0dd2098 commit ff5b252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/standard_2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ function passthru(string $command, &$result_code): ?bool {}
734734
* @param string $command <p>
735735
* The command that will be executed.
736736
* </p>
737-
* @return string|false|null The output from the executed command or NULL if an error occurred or the command produces no output.
737+
* @return string|false|null A string containing the output from the executed command, false if the pipe cannot be established or null if an error occurs or the command produces no output.
738738
*/
739739
function shell_exec(string $command): string|false|null {}
740740

0 commit comments

Comments
 (0)