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 20eb1ba..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.
@@ -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.
@@ -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 *
=========================================================