From 94079c56bbe76d16deb925dd483048f8ef1b712b Mon Sep 17 00:00:00 2001 From: khartlage Date: Thu, 5 Feb 2004 20:17:31 +0000 Subject: [PATCH] Bug 886811 --- .../sourceforge/phpeclipse/phpeditor/phpsyntax.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) 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 8ac53c0..fa5fa0a 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml @@ -538,6 +538,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. + -- 1.7.1