betz            Mon Apr 22 12:52:22 2002 EDT

  Modified files:              
    /phpdoc/en/language variables.xml 
  Log:
  some resorting, killed aliases in links
  
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.43 phpdoc/en/language/variables.xml:1.44
--- phpdoc/en/language/variables.xml:1.43       Tue Apr  2 06:32:26 2002
+++ phpdoc/en/language/variables.xml    Mon Apr 22 12:52:22 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.43 $ -->
+<!-- $Revision: 1.44 $ -->
  <chapter id="language.variables">
   <title>Variables</title>
   
@@ -762,10 +762,10 @@
      (generally) as needed, it is not always obvious what type a given
      variable is at any one time.  PHP includes several functions
      which find out what type a variable is. They are
-     <function>gettype</function>, <function>is_long</function>,
-     <function>is_double</function>, <function>is_string</function>,
-     <function>is_array</function>, and
-     <function>is_object</function>.
+     <function>gettype</function>, <function>is_array</function>,
+     <function>is_float</function>, <function>is_int</function>,
+     <function>is_object</function>, and
+     <function>is_string</function>.
     </para>
    </sect2>
 


Reply via email to