diff --git a/features/commandline.xml b/features/commandline.xml index 35f946f762..9c69e227c0 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1,5 +1,5 @@ - + Using PHP from the command line @@ -230,6 +230,16 @@ $stdin = fopen('php://stdin', 'r'); +?> +]]> + + If you want to read single line from stdin, you can + use + + ]]>