From a1b1ca1cac5bcb3f4e96539f6bb45397485bca7d Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 30 Dec 2005 23:10:53 +0000 Subject: [PATCH] see also intval(), per user note git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204041 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/base-convert.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reference/math/functions/base-convert.xml b/reference/math/functions/base-convert.xml index ac655d9cc1..8f9b1d8500 100644 --- a/reference/math/functions/base-convert.xml +++ b/reference/math/functions/base-convert.xml @@ -1,5 +1,5 @@ - + @@ -51,6 +51,9 @@ echo base_convert($hexadecimal, 16, 2); section in the manual for more specific information and limitations. + + See also: intval. +