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;