「PHP Programming/Files」の版間の差分

削除された内容 追加された内容
M Programming:PHP/Files moved to PHP Programming/Files: Robot: moved page
362 行
?>
</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.