diff --git a/reference/filesystem/functions/file-get-contents.xml b/reference/filesystem/functions/file-get-contents.xml index 0a58e17a9b..4d82574b01 100644 --- a/reference/filesystem/functions/file-get-contents.xml +++ b/reference/filesystem/functions/file-get-contents.xml @@ -1,5 +1,5 @@ - + file_get_contents @@ -51,18 +51,15 @@ flags - + - For all versions prior to PHP 6, this parameter is called + Prior to PHP 6, this parameter is called use_include_path and is a bool. - The flags parameter is only available since - PHP 6. If you use an older version and want to search for - filename in the - include path, this - parameter must be &true;. Since PHP 6, you have to use the - FILE_USE_INCLUDE_PATH flag instead. + As of PHP 5 the FILE_USE_INCLUDE_PATH can be used + to trigger include path + search. - + The value of flags can be any combination of the following flags (with some restrictions), joined with the