From 6ad48767845123fbe49f57c9410a7a56e8aa371f Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Mon, 22 Apr 2002 16:52:22 +0000 Subject: [PATCH] some resorting, killed aliases in links git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79438 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/variables.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/language/variables.xml b/language/variables.xml index 0a0cd6a34c..1765db6373 100644 --- a/language/variables.xml +++ b/language/variables.xml @@ -1,5 +1,5 @@ - + Variables @@ -762,10 +762,10 @@ $varname.ext; /* invalid variable name */ (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 - gettype, is_long, - is_double, is_string, - is_array, and - is_object. + gettype, is_array, + is_float, is_int, + is_object, and + is_string.