From ae10814d5b96ea40d969960c093c1b8bd0df2e4b Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Tue, 18 Jan 2000 17:33:07 +0000 Subject: [PATCH] Document how to access the stdio streams.. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@18729 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 589e818399..a128b0c191 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -887,6 +887,13 @@ fclose ($fd); files for either reading and writing via ftp (but not both simultaneously). + + If filename is one of "php://stdin", + "php://stdout", or "php://stderr", the corresponding stdio + stream will be opened. (This was introduced in PHP 3.0.13; + in earlier versions, a filename such as "/dev/stdin" or + "/dev/fd/0" must be used to access the stdio streams.) + If filename begins with anything else, the file will be opened from the filesystem, and a file pointer to