hholzgra Sun Jan 15 14:02:22 2006 UTC
Modified files:
/phpdoc/en/internals/tsrm/functions virtual_access.xml
Log:
example uses of new role= attribute for functions
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_access.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_access.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_access.xml:1.3
phpdoc/en/internals/tsrm/functions/virtual_access.xml:1.4
--- phpdoc/en/internals/tsrm/functions/virtual_access.xml:1.3 Sun Jan 15
00:44:47 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_access.xml Sun Jan 15
14:02:22 2006
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="zend-api.virtual-access">
<refnamediv>
<refname>virtual_access</refname>
- <refpurpose>...</refpurpose>
+ <refpurpose>Check users permissions for a file</refpurpose>
</refnamediv>
<refsect1 role="description">
@@ -16,7 +16,11 @@
<methodparam><type>magic</type><parameter>TSRMLS_DC</parameter></methodparam>
</methodsynopsis>
<para>
- ...
+ A thread safe wrapper around the <function role='libc'>access</function>
function
+ that takes per-thread virtual working directories into account.
+ </para>
+ <para>
+ See also <function role="zend-macro">VCWD_ACCESS</function>.
</para>
</refsect1>
@@ -28,7 +32,7 @@
<term><parameter>pathname</parameter></term>
<listitem>
<para>
- ...
+ File to check permissions for
</para>
</listitem>
</varlistentry>
@@ -36,7 +40,7 @@
<term><parameter>mode</parameter></term>
<listitem>
<para>
- ...
+ Mode mask
</para>
</listitem>
</varlistentry>
@@ -44,7 +48,7 @@
<term><parameter>TSRMLS_DC</parameter></term>
<listitem>
<para>
- ...
+ Thread context
</para>
</listitem>
</varlistentry>
@@ -55,7 +59,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- ...
+ Returns 0 on success and -1 on errors.
</para>
</refsect1>