X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml index 998d77f..8336273 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml @@ -371,6 +371,7 @@ If the open fails, the function returns FALSE, otherwise it returns a pointer to + Directory class with properties, handle and class and methods read, rewind and close. @@ -447,7 +448,7 @@ This function is identical to ereg_replace() except that this ignores case disti Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the string separator. If limit is set, the returned array will contain a maximum of limit elements with the last element containing the rest of string. -If separator is an empty string (""), explode() will return FALSE. If separator contains a value that is not contained in string, +If separator is an empty string (""), explode() will return FALSE. If separator contains a value that is not contained in string, then explode() will return an array containing string. Note: The limit parameter was added in PHP 4.0.1 @@ -538,6 +539,9 @@ This function will not work on remote files; the file to be examined must be acc The results of this function are cached. See clearstatcache() for more details. Using Windows shares: On windows, use //computername/share/filename or \\\\computername\share\filename to check files on network shares. + Identical to file(), except that file_get_contents() returns the file in a string. On failure, file_get_contents() will return FALSE. +file_get_contents() is the preferred way to read the contents of a file into a string. It will use memory mapping techniques if supported by your OS to enhance performance. + @@ -1117,6 +1121,7 @@ if ENT_NOQUOTES is set neither single nor double quotes are translated. + This function returns TRUE if the object is of this class or has this class as one of its parents, FALSE otherwise. @@ -1565,7 +1570,7 @@ zerofill - 1 if the column is zero-filled List databases available on a MySQL server List MySQL result fields List MySQL processes - + List tables in a MySQL database Get number of fields in result Get number of rows in result Open a persistent connection to a MySQL server @@ -2015,7 +2020,7 @@ Note: This information is also available in the predefined constant PHP_VERSION. Rewind the internal array pointer - + Output a string. Outputs arg. Returns TRUE on success or FALSE on failure. print() is not actually a real function (it is a language construct) so you are not required to use parentheses with it. @@ -2181,7 +2186,7 @@ This does not indicate whether the user accepted the cookie. All the arguments except the name argument are optional. If only the name argument is present, the cookie by that name will be deleted from the remote client. -You may also replace an argument with an empty string ("") in order to skip that argument. +You may also replace an argument with an empty string ("") in order to skip that argument. Because the expire and secure arguments are integers, they cannot be skipped with an empty string, use a zero (0) instead. @@ -2283,9 +2288,9 @@ will return the original version. Randomly shuffles a string Return information about words used in a string - Binary safe case-insensitive string comparison + Binary safe case-insensitive string comparison Find the first occurrence of a character.This function is an alias for strstr(), and is identical in every way. - Binary safe string comparison. + Binary safe string comparison. Returns < 0 if str1 is less than str2; > 0 if str1 is greater than str2, and 0 if they are equal. Note that this comparison is case sensitive. @@ -2623,7 +2628,7 @@ Note that this comparison is case sensitive. - + @@ -2647,7 +2652,7 @@ Note that this comparison is case sensitive. - + @@ -2655,6 +2660,27 @@ Note that this comparison is case sensitive. + + + + + + + + + + + + + + + + + + + + + ========================================================= *Below this are the various PHP-specific variable types * =========================================================