From 5f4657f17f8c1c1781a871d1376e38422a6b0d36 Mon Sep 17 00:00:00 2001 From: Paul Reinheimer Date: Thu, 13 Sep 2007 18:11:20 +0000 Subject: [PATCH] Added the word type to clarify the purpose of the function, as well as several use cases git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242499 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/is-int.xml | 44 ++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/reference/var/functions/is-int.xml b/reference/var/functions/is-int.xml index 8ab2af3b95..0c1f8fe014 100644 --- a/reference/var/functions/is-int.xml +++ b/reference/var/functions/is-int.xml @@ -1,9 +1,9 @@ - + is_int - Find whether a variable is an integer + Find whether the type of a variable is integer &reftitle.description; @@ -12,7 +12,7 @@ mixedvar - Finds whether the given variable is an integer. + Finds whether the type of the given variable is integer. @@ -44,6 +44,44 @@ &false; otherwise. + + + &reftitle.examples; + + + <function>is_int</function> example + + +]]> + + &example.outputs.similar; + + + + + + + + &reftitle.seealso;