mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
de1df69810
commit
2633908aac
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue