From 0ecca96fe2a0b9cbe481a1324e86f2c5736f6bac Mon Sep 17 00:00:00 2001 From: Daniel Convissor Date: Tue, 14 Apr 2009 23:19:40 +0000 Subject: [PATCH] * Insert warning that input must be a string. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278716 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/bindec.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/math/functions/bindec.xml b/reference/math/functions/bindec.xml index cb29cc4f6b..97f0e88a34 100644 --- a/reference/math/functions/bindec.xml +++ b/reference/math/functions/bindec.xml @@ -1,5 +1,5 @@ - + bindec @@ -41,6 +41,12 @@ + + + The parameter must be a string. + Using other data types will produce unexpected results. + + &reftitle.returnvalues;