mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
976b4914f1
commit
a61b8a331d
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue