From 1edfcca72272fb4ef5b7e837faf183c185501cd5 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 2 Jun 2009 20:50:49 +0000 Subject: [PATCH] - Fixed parameter order in the example - Rename the arguments to to_path and from_path to be cristal clear git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281566 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/link.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/filesystem/functions/link.xml b/reference/filesystem/functions/link.xml index aa900ea5c8..cc08a206f5 100644 --- a/reference/filesystem/functions/link.xml +++ b/reference/filesystem/functions/link.xml @@ -1,5 +1,5 @@ - + link @@ -10,8 +10,8 @@ &reftitle.description; boollink - stringtarget - stringlink + stringto_path + stringfrom_path link creates a hard link. @@ -23,7 +23,7 @@ - target + to_path Target of the link. @@ -31,7 +31,7 @@ - link + from_path The link name. @@ -82,10 +82,10 @@ ]]>