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. +