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

削除された内容 追加された内容
M Added navigation
M Minor edits
1 行
{{Programming/Navigation
|lang=PHP
|next=mailMailing
|previous=functionsFunctions
|title_next=Mailing
|previous=functions
|title_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.
374 ⟶ 372行目:
{{Programming/Navigation
|lang=PHP
|next=mailMailing
|title_previousprevious=Functions
|title_next=Mailing
|previous=functions
|title_previous=Functions
}}
{{BookCat}}