parameter types added manually

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205315 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2006-01-15 01:35:12 +00:00
parent 6049983eba
commit 33e6722587
22 changed files with 85 additions and 85 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-ACCESS">
<refnamediv>
<refname>VCWD_ACCESS</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_ACCESS</methodname>
<methodparam><type>???</type><parameter>pathname</parameter></methodparam>
<methodparam><type>???</type><parameter>mode</parameter></methodparam>
<type>int</type><methodname>VCWD_ACCESS</methodname>
<methodparam><type>const char *</type><parameter>pathname</parameter></methodparam>
<methodparam><type>mode_t</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-CHDIR">
<refnamediv>
<refname>VCWD_CHDIR</refname>
@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_CHDIR</methodname>
<methodparam><type>???</type><parameter>path</parameter></methodparam>
<type>int</type><methodname>VCWD_CHDIR</methodname>
<methodparam><type>char *</type><parameter>path</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-CHDIR-FILE">
<refnamediv>
<refname>VCWD_CHDIR_FILE</refname>
@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_CHDIR_FILE</methodname>
<methodparam><type>???</type><parameter>path</parameter></methodparam>
<type>inttype><methodname>VCWD_CHDIR_FILE</methodname>
<methodparam><type>char *</type><parameter>path</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-CHMOD">
<refnamediv>
<refname>VCWD_CHMOD</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_CHMOD</methodname>
<methodparam><type>???</type><parameter>path</parameter></methodparam>
<methodparam><type>???</type><parameter>mode</parameter></methodparam>
<type>int</type><methodname>VCWD_CHMOD</methodname>
<methodparam><type>char *</type><parameter>path</parameter></methodparam>
<methodparam><type>mode_t</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-CHOWN">
<refnamediv>
<refname>VCWD_CHOWN</refname>
@ -9,10 +9,10 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_CHOWN</methodname>
<methodparam><type>???</type><parameter>path</parameter></methodparam>
<methodparam><type>???</type><parameter>owner</parameter></methodparam>
<methodparam><type>???</type><parameter>group</parameter></methodparam>
<type>int</type><methodname>VCWD_CHOWN</methodname>
<methodparam><type>char *</type><parameter>path</parameter></methodparam>
<methodparam><type>uid_t</type><parameter>owner</parameter></methodparam>
<methodparam><type>gid_t</type><parameter>group</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-CREAT">
<refnamediv>
<refname>VCWD_CREAT</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_CREAT</methodname>
<methodparam><type>???</type><parameter>path</parameter></methodparam>
<methodparam><type>???</type><parameter>mode</parameter></methodparam>
<type>int</type><methodname>VCWD_CREAT</methodname>
<methodparam><type>char *</type><parameter>path</parameter></methodparam>
<methodparam><type>mode_t</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-FOPEN">
<refnamediv>
<refname>VCWD_FOPEN</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_FOPEN</methodname>
<methodparam><type>???</type><parameter>path</parameter></methodparam>
<methodparam><type>???</type><parameter>mode</parameter></methodparam>
<type>FILE *</type><methodname>VCWD_FOPEN</methodname>
<methodparam><type>char *</type><parameter>path</parameter></methodparam>
<methodparam><type>char *</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-GETCWD">
<refnamediv>
<refname>VCWD_GETCWD</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_GETCWD</methodname>
<methodparam><type>???</type><parameter>buff</parameter></methodparam>
<methodparam><type>???</type><parameter>size</parameter></methodparam>
<type>char *</type><methodname>VCWD_GETCWD</methodname>
<methodparam><type>char *</type><parameter>buff</parameter></methodparam>
<methodparam><type>size_t</type><parameter>size</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-GETWD">
<refnamediv>
<refname>VCWD_GETWD</refname>
@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_GETWD</methodname>
<methodparam><type>???</type><parameter>buf</parameter></methodparam>
<type>char *</type><methodname>VCWD_GETWD</methodname>
<methodparam><type>char *</type><parameter>buf</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-LCHOWN">
<refnamediv>
<refname>VCWD_LCHOWN</refname>
@ -9,10 +9,10 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_LCHOWN</methodname>
<methodparam><type>???</type><parameter>path</parameter></methodparam>
<methodparam><type>???</type><parameter>owner</parameter></methodparam>
<methodparam><type>???</type><parameter>group</parameter></methodparam>
<type>int</type><methodname>VCWD_LCHOWN</methodname>
<methodparam><type>char *</type><parameter>path</parameter></methodparam>
<methodparam><type>uid_t</type><parameter>owner</parameter></methodparam>
<methodparam><type>gid_t</type><parameter>group</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-LSTAT">
<refnamediv>
<refname>VCWD_LSTAT</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_LSTAT</methodname>
<methodparam><type>???</type><parameter>path</parameter></methodparam>
<methodparam><type>???</type><parameter>buff</parameter></methodparam>
<type>int</type><methodname>VCWD_LSTAT</methodname>
<methodparam><type>char *</type><parameter>path</parameter></methodparam>
<methodparam><type>struct stat *</type><parameter>buff</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-MKDIR">
<refnamediv>
<refname>VCWD_MKDIR</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_MKDIR</methodname>
<methodparam><type>???</type><parameter>pathname</parameter></methodparam>
<methodparam><type>???</type><parameter>mode</parameter></methodparam>
<type>int</type><methodname>VCWD_MKDIR</methodname>
<methodparam><type>char *</type><parameter>pathname</parameter></methodparam>
<methodparam><type>mode_t</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-OPEN">
<refnamediv>
<refname>VCWD_OPEN</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_OPEN</methodname>
<methodparam><type>???</type><parameter>path</parameter></methodparam>
<methodparam><type>???</type><parameter>flags</parameter></methodparam>
<type>int</type><methodname>VCWD_OPEN</methodname>
<methodparam><type>char *</type><parameter>path</parameter></methodparam>
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-OPENDIR">
<refnamediv>
<refname>VCWD_OPENDIR</refname>
@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_OPENDIR</methodname>
<methodparam><type>???</type><parameter>pathname</parameter></methodparam>
<type>DIR *</type><methodname>VCWD_OPENDIR</methodname>
<methodparam><type>char *</type><parameter>pathname</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-OPEN-MODE">
<refnamediv>
<refname>VCWD_OPEN_MODE</refname>
@ -9,10 +9,10 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_OPEN_MODE</methodname>
<methodparam><type>???</type><parameter>path</parameter></methodparam>
<methodparam><type>???</type><parameter>flags</parameter></methodparam>
<methodparam><type>???</type><parameter>mode</parameter></methodparam>
<type>int</type><methodname>VCWD_OPEN_MODE</methodname>
<methodparam><type>char *</type><parameter>path</parameter></methodparam>
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
<methodparam><type>mode_t</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-POPEN">
<refnamediv>
<refname>VCWD_POPEN</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_POPEN</methodname>
<methodparam><type>???</type><parameter>command</parameter></methodparam>
<methodparam><type>???</type><parameter>type</parameter></methodparam>
<type>FILE *</type><methodname>VCWD_POPEN</methodname>
<methodparam><type>char *</type><parameter>command</parameter></methodparam>
<methodparam><type>char *</type><parameter>type</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-REALPATH">
<refnamediv>
<refname>VCWD_REALPATH</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_REALPATH</methodname>
<methodparam><type>???</type><parameter>path</parameter></methodparam>
<methodparam><type>???</type><parameter>real_path</parameter></methodparam>
<type>char *</type><methodname>VCWD_REALPATH</methodname>
<methodparam><type>char *</type><parameter>path</parameter></methodparam>
<methodparam><type>char *</type><parameter>real_path</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-RENAME">
<refnamediv>
<refname>VCWD_RENAME</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_RENAME</methodname>
<methodparam><type>???</type><parameter>oldname</parameter></methodparam>
<methodparam><type>???</type><parameter>newname</parameter></methodparam>
<type>int</type><methodname>VCWD_RENAME</methodname>
<methodparam><type>char *</type><parameter>oldname</parameter></methodparam>
<methodparam><type>char *</type><parameter>newname</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-RMDIR">
<refnamediv>
<refname>VCWD_RMDIR</refname>
@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_RMDIR</methodname>
<methodparam><type>???</type><parameter>pathname</parameter></methodparam>
<type>int</type><methodname>VCWD_RMDIR</methodname>
<methodparam><type>char *</type><parameter>pathname</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-STAT">
<refnamediv>
<refname>VCWD_STAT</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_STAT</methodname>
<methodparam><type>???</type><parameter>path</parameter></methodparam>
<methodparam><type>???</type><parameter>buff</parameter></methodparam>
<type>int</type><methodname>VCWD_STAT</methodname>
<methodparam><type>char *</type><parameter>path</parameter></methodparam>
<methodparam><type>struct stat *</type><parameter>buff</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-UNLINK">
<refnamediv>
<refname>VCWD_UNLINK</refname>
@ -9,8 +9,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_UNLINK</methodname>
<methodparam><type>???</type><parameter>path</parameter></methodparam>
<type>int</type><methodname>VCWD_UNLINK</methodname>
<methodparam><type>char *</type><parameter>path</parameter></methodparam>
</methodsynopsis>
<para>
...

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="zend-macro.VCWD-UTIME">
<refnamediv>
<refname>VCWD_UTIME</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>???</type><methodname>VCWD_UTIME</methodname>
<methodparam><type>???</type><parameter>path</parameter></methodparam>
<methodparam><type>???</type><parameter>time</parameter></methodparam>
<type>int</type><methodname>VCWD_UTIME</methodname>
<methodparam><type>char *</type><parameter>path</parameter></methodparam>
<methodparam><type>struct utimebuf *</type><parameter>time</parameter></methodparam>
</methodsynopsis>
<para>
...