z=35 in base 36. (typo)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32614 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ron Chmara 2000-09-13 04:19:27 +00:00
parent de1df69810
commit 2633908aac

View file

@ -264,7 +264,7 @@
<parameter>frombase</parameter> and <parameter>tobase</parameter>
have to be between 2 and 36, inclusive. Digits in numbers with a
base higher than 10 will be represented with the letters a-z,
with a meaning 10, b meaning 11 and z meaning 36.
with a meaning 10, b meaning 11 and z meaning 35.
<example>
<title><function>Base_convert</function></title>
<programlisting role="php">