diff --git a/reference/filesystem/functions/file.xml b/reference/filesystem/functions/file.xml index 20dbdc5e14..e082df1f4a 100644 --- a/reference/filesystem/functions/file.xml +++ b/reference/filesystem/functions/file.xml @@ -1,5 +1,5 @@ - + file @@ -84,8 +84,7 @@ The content is returned in UTF-8 encoding. You can specify a different encoding by creating a custom context. This flag cannot be used with - FILE_BINARY. This flag is only available since - PHP 6. + FILE_BINARY. @@ -96,8 +95,7 @@ The content is read as binary data. This is the default setting - and cannot be used with FILE_TEXT. This flag is - only available since PHP 6. + and cannot be used with FILE_TEXT. @@ -156,6 +154,12 @@ Added support for the FILE_TEXT and FILE_BINARY flags. + + + For forward compatibility, these constants are + available as of PHP 5.2.7 + +