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

ナビゲーションに移動 検索に移動
編集の要約なし
M (Minor corrections)
編集の要約なし
{{Programming/Navigation|next=Mailing|previous=Functions}}
Working with files is an important part of any programming language, and PHP is no different. Whatever your reasons are for wanting to manipulate files, PHP will happily accommodate them through the use of a handful of functions. You should have read and be comfortable with the concepts presented in the first five sections of this book before beginning here.
 
== Folders ==
To display the current directory: dirname().
 
To change the directory: chdir().
 
To make a new directory: mkdir().
 
==''fopen()'' and ''fclose()''==
匿名利用者

案内メニュー