From 5d6043700f226fcf56e81800ad996f86e0579178 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Fri, 5 Dec 2003 19:58:06 +0000 Subject: [PATCH] Update proto git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145702 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/unlink.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/unlink.xml b/reference/filesystem/functions/unlink.xml index ca6c7c66b8..0664f76db0 100644 --- a/reference/filesystem/functions/unlink.xml +++ b/reference/filesystem/functions/unlink.xml @@ -1,5 +1,5 @@ - + @@ -11,6 +11,7 @@ boolunlink stringfilename + resourcecontext Deletes filename. Similar to the Unix C @@ -23,6 +24,11 @@ for a listing of which wrappers support unlink. + + + The context parameter was added as of PHP 5.0.0. + + See also rmdir for removing directories.