From 2633908aaca2a638838bdfe3e088b42243efacc7 Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Wed, 13 Sep 2000 04:19:27 +0000 Subject: [PATCH] z=35 in base 36. (typo) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32614 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/math.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/math.xml b/functions/math.xml index a366474fad..f63237d216 100644 --- a/functions/math.xml +++ b/functions/math.xml @@ -264,7 +264,7 @@ frombase and tobase 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. <function>Base_convert</function>