cortesi Wed Mar 27 08:31:17 2002 EDT
Modified files:
/phpdoc/en/functions var.xml
Log:
adding two see-also
Index: phpdoc/en/functions/var.xml
diff -u phpdoc/en/functions/var.xml:1.98 phpdoc/en/functions/var.xml:1.99
--- phpdoc/en/functions/var.xml:1.98 Thu Feb 28 11:21:11 2002
+++ phpdoc/en/functions/var.xml Wed Mar 27 08:31:15 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.98 $ -->
+<!-- $Revision: 1.99 $ -->
<reference id="ref.variables">
<title>Variable Functions</title>
<titleabbrev>Variables</titleabbrev>
@@ -205,7 +205,7 @@
<function>is_numeric</function>,
<function>is_object</function>,
<function>is_resource</function>,
- <function>is_scalar</function> and
+ <function>is_scalar</function>, and
<function>is_string</function>.
</para>
</refsect1>
@@ -579,7 +579,9 @@
<function>is_int</function>,
<function>is_string</function>,
<function>is_object</function>,
- <function>is_array</function>, and
+ <function>is_array</function>,
+ <function>is_integer</function>, and
+ <function>is_real</function>
</para>
</refsect1>
</refentry>