From 3d837f707e1cd6b408c3b10ddbcb2da74dec60d3 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Fri, 14 Dec 2001 20:27:08 +0000 Subject: [PATCH] print: &return.success;, add examples git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65056 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 45 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 3 deletions(-) diff --git a/functions/strings.xml b/functions/strings.xml index 1bf7ab53b9..5c4911941c 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -1741,10 +1741,49 @@ echo $second[1]; /* prints "another" */ - Outputs arg. + Outputs arg. &return.success; + + <function>print</function> examples + + +]]> + + - See also: echo, printf, + See also echo, printf, and flush.