mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
removed role attributs, these are now filled in by default
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205428 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8684514f31
commit
bd89b4d37e
2 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="zend-api.virtual-access">
|
||||
<refnamediv>
|
||||
<refname>virtual_access</refname>
|
||||
|
@ -16,11 +16,12 @@
|
|||
<methodparam><type>magic</type><parameter>TSRMLS_DC</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
A thread safe wrapper around the <function role='libc'>access</function> function
|
||||
<function>virtual_access</function> 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>.
|
||||
See also <function>VCWD_ACCESS</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="zend-macro.vcwd-access">
|
||||
<refnamediv>
|
||||
<refname>VCWD_ACCESS</refname>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<methodparam><type>mode_t</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This is a convenience wrapper for <function role='zend-api'>virtual_access</function>.
|
||||
This is a convenience wrapper for <function>virtual_access</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue