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.