Update proto

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145702 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2003-12-05 19:58:06 +00:00
parent 29bb0f7155
commit 5d6043700f

View file

@ -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>