|
|
?>
</source>
==Further Reading==
We've covered the basics (and then some) of working with files here. 99% of the time, you'll only need to know the functions contained here. There will be occasions where a finer manipulation of files is necessary, for this you should consider reading the PHP Manual's section on [http://php.net/manual/en/ref.filesystem.php Filesystem Functions] and more notably [http://php.net/fseek fseek()] which should allow you the control you need.
|