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..20eb1ba 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml @@ -447,7 +447,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 @@ -1565,7 +1565,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 +2015,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 +2181,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 +2283,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.