From 54263901ddc874e3015d5dbdb33f635bc963ccd5 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 16 Dec 2003 17:55:00 +0000 Subject: [PATCH] added example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146599 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/decbin.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/reference/math/functions/decbin.xml b/reference/math/functions/decbin.xml index 746478eb69..9b010bcd0a 100644 --- a/reference/math/functions/decbin.xml +++ b/reference/math/functions/decbin.xml @@ -1,5 +1,5 @@ - + @@ -17,6 +17,26 @@ number argument. The largest number that can be converted is 4294967295 in decimal resulting to a string of 32 1's. + + + <function>decbin</function> example + + + ]]> + + + The above example will output: + + + + + + See also bindec, decoct,