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.