February 2013
Intermediate to advanced
538 pages
20h 55m
English
file_get_contents
string file_get_contents(stringpath[, boolinclude[, resourcecontext[, intoffset[, intmaxlen]]]] )
Reads the file at path and returns
its contents as a string, optionally starting at
offset. If
include is specified and is true, the include path is searched for the
file. Length of the returned string can also be controlled with the
maxlen parameter.
Read now
Unlock full access