From 9a339e6b78cc11881227214fe0fdf9bb42ca43fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Tue, 7 Jun 2005 22:35:49 +0000 Subject: [PATCH] fix whitespaces git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187897 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/var-export.xml | 182 +++++++++++++------------ 1 file changed, 94 insertions(+), 88 deletions(-) diff --git a/reference/var/functions/var-export.xml b/reference/var/functions/var-export.xml index f61e1046b3..a0bccc49fd 100644 --- a/reference/var/functions/var-export.xml +++ b/reference/var/functions/var-export.xml @@ -1,71 +1,75 @@ - + - - - var_export - Outputs or returns a parsable string representation of a variable - - - &reftitle.description; - - mixedvar_export - mixedexpression - boolreturn - - - var_export gets structured information about the - given variable. It is similar to var_dump - with one exception: the returned representation is valid PHP code. - - - - &reftitle.parameters; - - - - expression - - - The variable you want to export. - - - - - return - - - If used and set to &true;, var_export will return - the variable representation instead of outputing it. - - - - - - - - &reftitle.returnvalues; - - Returns the variable representation when the return - parameter is used and evaluates to &true;. Otherwise, this function will - return &null;. - - - - &reftitle.examples; - - - <function>var_export</function> Examples - + + + var_export + Outputs or returns a parsable string representation of a variable + + + + &reftitle.description; + + mixedvar_export + mixedexpression + boolreturn + + + var_export gets structured information about the + given variable. It is similar to var_dump + with one exception: the returned representation is valid PHP code. + + + + + &reftitle.parameters; + + + + expression + + + The variable you want to export. + + + + + return + + + If used and set to &true;, var_export will return + the variable representation instead of outputing it. + + + + + + + + + &reftitle.returnvalues; + + Returns the variable representation when the return + parameter is used and evaluates to &true;. Otherwise, this function will + return &null;. + + + + + &reftitle.examples; + + + <function>var_export</function> Examples + ]]> - - &example.outputs; - + + &example.outputs; + 1, @@ -78,8 +82,8 @@ array ( ), ) ]]> - - + + ]]> - - &example.outputs; - + + &example.outputs; + - - - - - - &reftitle.notes; - - - Variables of type resource and arrays or objects containing - objects couldn't be exported by this function. - - - - - &reftitle.seealso; - - - var_dump - print_r - - - - + + + + + + + &reftitle.notes; + + + Variables of type resource and arrays or objects containing + objects couldn't be exported by this function. + + + + + + &reftitle.seealso; + + + var_dump + print_r + + + +