From 5bfe20ae1e5567b8f36b401a9c1e8c7e700e70f1 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 17 Dec 2003 16:09:51 +0000 Subject: [PATCH] added example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146664 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/decoct.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/reference/math/functions/decoct.xml b/reference/math/functions/decoct.xml index e09ac2079f..3ec67f6d7b 100644 --- a/reference/math/functions/decoct.xml +++ b/reference/math/functions/decoct.xml @@ -1,5 +1,5 @@ - + @@ -17,6 +17,28 @@ number argument. The largest number that can be converted is 2147483647 in decimal resulting to "17777777777". + + + <function>decoct</function> example + + +]]> + + + The above example will output: + + + + + + See also octdec, decbin,