mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix #29959: stream resource
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168089 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
95223fb04f
commit
45481d7f3c
1 changed files with 2 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.33 $ -->
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<appendix id="resource">
|
||||
<title>List of Resource Types</title>
|
||||
<para>
|
||||
|
@ -2101,7 +2101,7 @@
|
|||
<entry>Dir handle</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>file</entry>
|
||||
<entry>stream</entry>
|
||||
<entry>
|
||||
<function>fopen</function>
|
||||
</entry>
|
||||
|
@ -2172,13 +2172,6 @@
|
|||
</entry>
|
||||
<entry>Socket handle</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>stream</entry>
|
||||
<entry> </entry>
|
||||
<entry> </entry>
|
||||
<entry> </entry>
|
||||
<entry> </entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sybase-db link</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue