mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
first experiment with docbook4 oo-support tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69512 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
33667d61b7
commit
8f857966ed
1 changed files with 13 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.29 $ -->
|
||||
<!-- $Revision: 1.30 $ -->
|
||||
<reference id="ref.dir">
|
||||
<title>Directory functions</title>
|
||||
<titleabbrev>Directories</titleabbrev>
|
||||
|
@ -68,10 +68,19 @@
|
|||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>dir</methodname>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>dir</classname></ooclass>
|
||||
<constructorsynopsis>
|
||||
<methodname>dir</methodname>
|
||||
<methodparam><type>string</type><parameter>directory</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
</constructorsynopsis>
|
||||
<fieldsynopsis>
|
||||
<type>string</type><varname>path</varname>
|
||||
</fieldsynopsis>
|
||||
<methodsynopsis><type>string</type><methodname>read</methodname><void/></methodsynopsis>
|
||||
<methodsynopsis><type>void</type><methodname>rewind</methodname><void/></methodsynopsis>
|
||||
<methodsynopsis><type>void</type><methodname>close</methodname><void/></methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
A pseudo-object oriented mechanism for reading a directory. The
|
||||
given <parameter>directory</parameter> is opened. Two properties
|
||||
|
|
Loading…
Reference in a new issue