From 5270d15f580221dbdf37bab9cc149c5eb8f9864d Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 17 Dec 2003 16:02:19 +0000 Subject: [PATCH] added example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146663 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/bindec.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/reference/math/functions/bindec.xml b/reference/math/functions/bindec.xml index 27a388d3ab..054ff84698 100644 --- a/reference/math/functions/bindec.xml +++ b/reference/math/functions/bindec.xml @@ -1,5 +1,5 @@ - + @@ -21,6 +21,31 @@ integer. The largest number that can be converted is 31 bits of 1's or 2147483647 in decimal. + + + <function>bindec</function> example + + +]]> + + + The above example will output: + + + + + + See also decbin, octdec,