mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
proto fixes (name/type mangling)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205301 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c492fee914
commit
c8382e0e80
24 changed files with 100 additions and 100 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.tsrm-error">
|
||||
<refnamediv>
|
||||
<refname>tsrm_error</refname>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>int</type><methodname>tsrm_error</methodname>
|
||||
<methodparam><type>int</type><parameter>level</parameter></methodparam>
|
||||
<methodparam><type>const</type><parameter>char *format</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>format</parameter></methodparam>
|
||||
<methodparam><type></type><parameter>...</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -33,7 +33,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>char *format</parameter></term>
|
||||
<term><parameter>format</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-access">
|
||||
<refnamediv>
|
||||
<refname>virtual_access</refname>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_access</methodname>
|
||||
<methodparam><type>const</type><parameter>char *pathname</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>mode TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>pathname</parameter></methodparam>
|
||||
<methodparam><type>int mode</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -24,7 +24,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *pathname</parameter></term>
|
||||
<term><parameter>pathname</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
@ -32,7 +32,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>mode TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-chdir">
|
||||
<refnamediv>
|
||||
<refname>virtual_chdir</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_chdir</methodname>
|
||||
<methodparam><type>const</type><parameter>char *path TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char *path</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -23,7 +23,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *path TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-chdir-file">
|
||||
<refnamediv>
|
||||
<refname>virtual_chdir_file</refname>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_chdir_file</methodname>
|
||||
<methodparam><type>const</type><parameter>char *path</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>(*p_chdir)(const char *path TSRMLS_DC) TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>path</parameter></methodparam>
|
||||
<methodparam><type>int (*p_chdir)(const char *path TSRMLS_DC)</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -24,7 +24,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *path</parameter></term>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
@ -32,7 +32,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>(*p_chdir)(const char *path TSRMLS_DC) TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-chmod">
|
||||
<refnamediv>
|
||||
<refname>virtual_chmod</refname>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_chmod</methodname>
|
||||
<methodparam><type>const</type><parameter>char *filename</parameter></methodparam>
|
||||
<methodparam><type>mode_t</type><parameter>mode TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>filename</parameter></methodparam>
|
||||
<methodparam><type>mode_t mode</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -24,7 +24,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *filename</parameter></term>
|
||||
<term><parameter>filename</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
@ -32,7 +32,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>mode TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-chown">
|
||||
<refnamediv>
|
||||
<refname>virtual_chown</refname>
|
||||
|
@ -11,10 +11,10 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_chown</methodname>
|
||||
<methodparam><type>const</type><parameter>char *filename</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>filename</parameter></methodparam>
|
||||
<methodparam><type>uid_t</type><parameter>owner</parameter></methodparam>
|
||||
<methodparam><type>gid_t</type><parameter>group</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>link TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>int link</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -26,7 +26,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *filename</parameter></term>
|
||||
<term><parameter>filename</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
@ -50,7 +50,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>link TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-creat">
|
||||
<refnamediv>
|
||||
<refname>virtual_creat</refname>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_creat</methodname>
|
||||
<methodparam><type>const</type><parameter>char *path</parameter></methodparam>
|
||||
<methodparam><type>mode_t</type><parameter>mode TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>path</parameter></methodparam>
|
||||
<methodparam><type>mode_t mode</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -24,7 +24,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *path</parameter></term>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
@ -32,7 +32,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>mode TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-file-ex">
|
||||
<refnamediv>
|
||||
<refname>virtual_file_ex</refname>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_file_ex</methodname>
|
||||
<methodparam><type>cwd_state*</type><parameter>state</parameter></methodparam>
|
||||
<methodparam><type>const</type><parameter>char *path</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>path</parameter></methodparam>
|
||||
<methodparam><type>verify_path_func</type><parameter>verify_path</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>use_realpath</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -34,7 +34,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>char *path</parameter></term>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-filepath">
|
||||
<refnamediv>
|
||||
<refname>virtual_filepath</refname>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_filepath</methodname>
|
||||
<methodparam><type>const</type><parameter>char *path</parameter></methodparam>
|
||||
<methodparam><type>char**</type><parameter>filepath TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>path</parameter></methodparam>
|
||||
<methodparam><type>char **filepath</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -24,7 +24,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *path</parameter></term>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
@ -32,7 +32,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>filepath TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-filepath-ex">
|
||||
<refnamediv>
|
||||
<refname>virtual_filepath_ex</refname>
|
||||
|
@ -11,9 +11,9 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_filepath_ex</methodname>
|
||||
<methodparam><type>const</type><parameter>char *path</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>path</parameter></methodparam>
|
||||
<methodparam><type>char**</type><parameter>filepath</parameter></methodparam>
|
||||
<methodparam><type>verify_path_func</type><parameter>verify_path TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>verify_path_func verify_path</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -25,7 +25,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *path</parameter></term>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
@ -41,7 +41,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>verify_path TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-fopen">
|
||||
<refnamediv>
|
||||
<refname>virtual_fopen</refname>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>FILE*</type><methodname>virtual_fopen</methodname>
|
||||
<methodparam><type>const</type><parameter>char *path</parameter></methodparam>
|
||||
<methodparam><type>const</type><parameter>char *mode TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>path</parameter></methodparam>
|
||||
<methodparam><type>const char *mode</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -24,7 +24,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *path</parameter></term>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
@ -32,7 +32,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>char *mode TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-getcwd">
|
||||
<refnamediv>
|
||||
<refname>virtual_getcwd</refname>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>char*</type><methodname>virtual_getcwd</methodname>
|
||||
<methodparam><type>char*</type><parameter>buf</parameter></methodparam>
|
||||
<methodparam><type>size_t</type><parameter>size TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>size_t size</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -32,7 +32,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>size TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-getcwd-ex">
|
||||
<refnamediv>
|
||||
<refname>virtual_getcwd_ex</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>char*</type><methodname>virtual_getcwd_ex</methodname>
|
||||
<methodparam><type>size_t*</type><parameter>length TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>size_t *length</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -23,7 +23,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>length TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-lstat">
|
||||
<refnamediv>
|
||||
<refname>virtual_lstat</refname>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_lstat</methodname>
|
||||
<methodparam><type>const</type><parameter>char *path</parameter></methodparam>
|
||||
<methodparam><type>struct</type><parameter>stat *buf TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>path</parameter></methodparam>
|
||||
<methodparam><type>struct stat *buf</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -24,7 +24,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *path</parameter></term>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
@ -32,7 +32,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>stat *buf TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-mkdir">
|
||||
<refnamediv>
|
||||
<refname>virtual_mkdir</refname>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_mkdir</methodname>
|
||||
<methodparam><type>const</type><parameter>char *pathname</parameter></methodparam>
|
||||
<methodparam><type>mode_t</type><parameter>mode TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>pathname</parameter></methodparam>
|
||||
<methodparam><type>mode_t mode</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -24,7 +24,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *pathname</parameter></term>
|
||||
<term><parameter>pathname</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
@ -32,7 +32,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>mode TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-open">
|
||||
<refnamediv>
|
||||
<refname>virtual_open</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_open</methodname>
|
||||
<methodparam><type>const</type><parameter>char *path TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char *path</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
|
||||
<methodparam><type></type><parameter>...</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *path TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-opendir">
|
||||
<refnamediv>
|
||||
<refname>virtual_opendir</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>DIR*</type><methodname>virtual_opendir</methodname>
|
||||
<methodparam><type>const</type><parameter>char *pathname TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char *pathname</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -23,7 +23,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *pathname TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-popen">
|
||||
<refnamediv>
|
||||
<refname>virtual_popen</refname>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>FILE*</type><methodname>virtual_popen</methodname>
|
||||
<methodparam><type>const</type><parameter>char *command</parameter></methodparam>
|
||||
<methodparam><type>const</type><parameter>char *type TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>command</parameter></methodparam>
|
||||
<methodparam><type>const char *type</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -24,7 +24,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *command</parameter></term>
|
||||
<term><parameter>command</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
@ -32,7 +32,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>char *type TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-realpath">
|
||||
<refnamediv>
|
||||
<refname>virtual_realpath</refname>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>char*</type><methodname>virtual_realpath</methodname>
|
||||
<methodparam><type>const</type><parameter>char *path</parameter></methodparam>
|
||||
<methodparam><type>char*</type><parameter>real_path TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>path</parameter></methodparam>
|
||||
<methodparam><type>char *real_path</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -24,7 +24,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *path</parameter></term>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
@ -32,7 +32,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>real_path TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-rename">
|
||||
<refnamediv>
|
||||
<refname>virtual_rename</refname>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_rename</methodname>
|
||||
<methodparam><type>char*</type><parameter>oldname</parameter></methodparam>
|
||||
<methodparam><type>char*</type><parameter>newname TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>char *newname</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -32,7 +32,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>newname TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-rmdir">
|
||||
<refnamediv>
|
||||
<refname>virtual_rmdir</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_rmdir</methodname>
|
||||
<methodparam><type>const</type><parameter>char *pathname TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char *pathname</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -23,7 +23,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *pathname TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-stat">
|
||||
<refnamediv>
|
||||
<refname>virtual_stat</refname>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_stat</methodname>
|
||||
<methodparam><type>const</type><parameter>char *path</parameter></methodparam>
|
||||
<methodparam><type>struct</type><parameter>stat *buf TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>path</parameter></methodparam>
|
||||
<methodparam><type>struct stat *buf</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -24,7 +24,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *path</parameter></term>
|
||||
<term><parameter>path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
@ -32,7 +32,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>stat *buf TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-unlink">
|
||||
<refnamediv>
|
||||
<refname>virtual_unlink</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_unlink</methodname>
|
||||
<methodparam><type>const</type><parameter>char *path TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char *path</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -23,7 +23,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *path TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="zend-api.virtual-utime">
|
||||
<refnamediv>
|
||||
<refname>virtual_utime</refname>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<literallayout>#include <tsrm_virtual_cwd.h></literallayout>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>virtual_utime</methodname>
|
||||
<methodparam><type>const</type><parameter>char *filename</parameter></methodparam>
|
||||
<methodparam><type>struct</type><parameter>utimbuf *buf TSRMLS_DC</parameter></methodparam>
|
||||
<methodparam><type>const char*</type><parameter>filename</parameter></methodparam>
|
||||
<methodparam><type>struct utimbuf *buf</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
...
|
||||
|
@ -24,7 +24,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>char *filename</parameter></term>
|
||||
<term><parameter>filename</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
@ -32,7 +32,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>utimbuf *buf TSRMLS_DC</parameter></term>
|
||||
<term><parameter>TSRMLS_DC</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue