mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Update proto
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145702 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
29bb0f7155
commit
5d6043700f
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.unlink">
|
||||
<refnamediv>
|
||||
|
@ -11,6 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type><methodname>unlink</methodname>
|
||||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>context</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Deletes <parameter>filename</parameter>. Similar to the Unix C
|
||||
|
@ -23,6 +24,11 @@
|
|||
for a listing of which wrappers support <function>unlink</function>.
|
||||
</simpara>
|
||||
</note>
|
||||
<note>
|
||||
<simpara>
|
||||
The <parameter>context</parameter> parameter was added as of <literal>PHP 5.0.0</literal>.
|
||||
</simpara>
|
||||
</note>
|
||||
<para>
|
||||
See also <function>rmdir</function> for removing directories.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue