]> granicus.if.org Git - php/commit
Implement get_file_contents() as discussed (briefly!) by myself, Derick
authorWez Furlong <wez@php.net>
Sat, 16 Mar 2002 16:06:18 +0000 (16:06 +0000)
committerWez Furlong <wez@php.net>
Sat, 16 Mar 2002 16:06:18 +0000 (16:06 +0000)
commit044732711842a61ba555cc0782a85fb1e7097dd1
treeae874b2d87bd5631a4492af7ff777547262ec743
parentac50b53018fe62961313d07fec3aaea7c898e2e6
Implement get_file_contents() as discussed (briefly!) by myself, Derick
and Sterling on php-dev some months ago.
It returns the file contents as a string, and uses mmap if possible.
ext/standard/basic_functions.c
ext/standard/file.c
main/streams.c