PHP Files - Reading and Writing to files 1

preview_player
Показать описание
First video of dealing with files and filesystems in php. It covers basic usage of functions in php that read and write to files without using resource streams.

File functions used:
file_put_contents() - 4:20
file_get_contents() - 8:30
readfile() - 10:14
file() - 10:42

Other functions:
explode() - Used with the file() function

Resources:
Рекомендации по теме