From b59fd9fa8b96ea54ca52c4b96906c62a4093fd50 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sat, 11 May 2002 07:02:28 +0000 Subject: [PATCH] - Fix print documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81768 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/strings.xml b/functions/strings.xml index 1503a2ab80..7d962067fa 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -8,7 +8,7 @@ instead --> - + String functions Strings @@ -1696,10 +1696,10 @@ echo $second[1]; /* prints "another" */ print is not actually a real function (it is a - language construct) so you are not required to use parentheses - with it. But print, opposed to - echo, can be called using a - variable function. + language construct) so you are not required to use parentheses with it. + This also means that you can not use print (just + like echo) as a variable function. <function>print</function> examples