From 5748a4eb77091120bcc97a5236440c4477a0d539 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 20 Feb 2003 16:51:17 +0000 Subject: [PATCH] bool -> boolean, and added an example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117356 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/is-bool.xml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/reference/var/functions/is-bool.xml b/reference/var/functions/is-bool.xml index a585b5ab49..b4919c66d1 100644 --- a/reference/var/functions/is-bool.xml +++ b/reference/var/functions/is-bool.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,30 @@ Returns &true; if the var parameter is - a bool. + a boolean. + + + + <function>is_bool</function> examples + + +]]> + + See also