From 3548a8f98d33b432a2639b02d0fd08a1bc770371 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Sun, 8 Jul 2001 20:31:34 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50941 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/math.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/math.xml b/functions/math.xml index 2039fd94ac..8b88d2599c 100644 --- a/functions/math.xml +++ b/functions/math.xml @@ -296,9 +296,9 @@ $binary = base_convert ($hexadecimal, 16, 2); the binary_string argument. - Octdec converts a binary number to a decimal number. The largest - number that can be converted is 31 bits of 1's or 2147483647 in - decimal. + bindec converts a binary number to an + integer. The largest number that can be converted is + 31 bits of 1's or 2147483647 in decimal. See also the decbin