# This might have saved some discussions on php-dev if I had done it
# sooner :-)
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2002, Version 4.3.0
+- Added file_get_contents($filename), which will return the contents of a file
+ as a string. It can be used with URL wrappers. (Wez)
- All special fopen wrappers ('php://', 'bz2://' and 'zlib://') now require the
'://' separator (instead of simply 'php:', 'bz2:' and 'zlib:') to avoid
ambiguities when filenames have ':' characters. (Wez)