From f53a79c6813dac93f5ba15e2d0cbd1bd3a43bd66 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 17 Dec 2003 15:49:26 +0000 Subject: [PATCH] added example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146660 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/dechex.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/reference/math/functions/dechex.xml b/reference/math/functions/dechex.xml index 55179ed380..9b4cb01968 100644 --- a/reference/math/functions/dechex.xml +++ b/reference/math/functions/dechex.xml @@ -1,5 +1,5 @@ - + @@ -17,6 +17,28 @@ given number argument. The largest number that can be converted is 2147483647 in decimal resulting to "7fffffff". + + + <function>dechex</function> example + + +]]> + + + The above example will output: + + + + + + See also hexdec, decbin,