opendir() and popen() are return stream (bug #41122)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241418 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-08-17 09:56:04 +00:00
parent 976b4914f1
commit a61b8a331d

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.36 $ -->
<!-- $Revision: 1.37 $ -->
<appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook">
<title>List of Resource Types</title>
<para>
@ -2154,7 +2154,7 @@
<entry> </entry>
</row>
<row>
<entry>dir</entry>
<entry>stream</entry>
<entry>
<function>opendir</function>
</entry>
@ -2198,7 +2198,7 @@
<entry>File handle</entry>
</row>
<row>
<entry>pipe</entry>
<entry>stream</entry>
<entry>
<function>popen</function>
</entry>