From 5bab00fd189bc87ceceab3519e6d1591ab502e88 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 21 Feb 2008 01:28:41 +0000 Subject: [PATCH] Finish converting to the new doc style, add roles return and parameters git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253370 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/strval.xml | 35 +++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/reference/var/functions/strval.xml b/reference/var/functions/strval.xml index 7a77a2de7b..9e14316c3e 100644 --- a/reference/var/functions/strval.xml +++ b/reference/var/functions/strval.xml @@ -1,5 +1,5 @@ - + strval @@ -13,14 +13,37 @@ mixedvar - Returns the string value of var. + Get the string value of a variable. See the documentation on string for more information on converting to string. - - var may be any scalar type. You cannot use - strval on arrays or objects. - + + + + &reftitle.parameters; + + + + var + + + The variable that is being converted to a string. + + + var may be any scalar type. You cannot use + strval on arrays or objects. + + + + + + + + + &reftitle.returnvalues; + + The string value of var. +