Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
mbstring.func_overload = 7 )int fwrite ( resource $handle , string $string [, int $length ] )
int fputs ( resource $handle , string $string [, int $length ] )
string fgets ( resource $handle [, int $length ] )
tring fread ( resource $handle , int $length )
fread() reads up to length bytes from the file pointer referenced by handle. Reading stops as soon as one of the following conditions is met:
* length bytes have been read
* EOF (end of file) is reached
* a packet becomes available or the socket timeout occurs (for network streams)
* 8192 bytes have been read (after opening userspace stream)
filesize
UTF-8 в PHP. Часть 1