mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Mark dummy class name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330261 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
caeec94453
commit
4c6bfd875d
2 changed files with 7 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
<!-- {{{ Class synopsis -->
|
||||
<classsynopsisinfo>
|
||||
<ooclass>
|
||||
<classname>streamWrapper</classname>
|
||||
<classname><replaceable>streamWrapper</replaceable></classname>
|
||||
</ooclass>
|
||||
</classsynopsisinfo>
|
||||
<!-- }}} -->
|
||||
|
|
|
@ -54,6 +54,12 @@
|
|||
<function name='stream_wrapper_restore' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='stream_wrapper_unregister' from='PHP 5 >= 5.1.0'/>
|
||||
|
||||
<function name='php_user_filter' from='PHP 5'/>
|
||||
<function name='php_user_filter::filter' from='PHP 5'/>
|
||||
<function name='php_user_filter::onclose' from='PHP 5'/>
|
||||
<function name='php_user_filter::oncreate' from='PHP 5'/>
|
||||
|
||||
<function name='streamwrapper' from='PHP 4 >= 4.3.2, PHP 5'/>
|
||||
<function name='streamwrapper::__construct' from='PHP 4 >= 4.3.2, PHP 5'/>
|
||||
<function name='streamwrapper::dir_closedir' from='PHP 4 >= 4.3.2, PHP 5'/>
|
||||
<function name='streamwrapper::dir_opendir' from='PHP 4 >= 4.3.2, PHP 5'/>
|
||||
|
|
Loading…
Reference in a new issue