bjori Sun Dec 3 11:41:38 2006 UTC
Modified files: /phpdoc/en/language types.xml Log: Move the note to where it belongs #Thanks Matt! http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types.xml?r1=1.170&r2=1.171&diff_format=u Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.170 phpdoc/en/language/types.xml:1.171 --- phpdoc/en/language/types.xml:1.170 Sun Dec 3 10:32:07 2006 +++ phpdoc/en/language/types.xml Sun Dec 3 11:41:37 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.170 $ --> +<!-- $Revision: 1.171 $ --> <chapter id="language.types"> <title>Types</title> @@ -1182,6 +1182,13 @@ is converted to a string representing the number with its digits (including the exponent part for floating point numbers). </para> + <note> + <para> + The decimal point character is defined in the script's + locale (category LC_NUMERIC). + See <function>setlocale</function>. + </para> + </note> <para> Arrays are always converted to the string <literal>"Array"</literal>, so you cannot dump out the contents of an <type>array</type> with @@ -1262,13 +1269,6 @@ ]]> </programlisting> </informalexample> - <note> - <para> - The decimal point character is defined in the script's - locale (category LC_NUMERIC). - See <function>setlocale</function>. - </para> - </note> <simpara> For more information on this conversion, see the Unix manual page for strtod(3).