mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
__construct() is called upon initialization
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277781 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
12de36f29c
commit
f66fb15023
2 changed files with 50 additions and 1 deletions
48
reference/stream/streamwrapper/construct.xml
Normal file
48
reference/stream/streamwrapper/construct.xml
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
|
||||
<refentry xml:id="streamwrapper.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>streamWrapper::__construct</refname>
|
||||
<refpurpose>Constructs a new stream wrapper</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<methodname>FilesystemIterator::__construct</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Called when the stream wrapper is created.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
&no.function.parameters;
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!--
|
||||
Do NOT translate this file
|
||||
-->
|
||||
|
@ -49,6 +49,7 @@
|
|||
<function name='stream_wrapper_restore' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='stream_wrapper_unregister' from='PHP 5 >= 5.1.0'/>
|
||||
|
||||
<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'/>
|
||||
<function name='streamwrapper::dir_readdir' from='PHP 4 >= 4.3.2, PHP 5'/>
|
||||
|
|
Loading…
Reference in a new issue