PHP fread limited to 8192 bytes -
PHP fread limited to 8192 bytes -
cordial greetings,
i want know, why need specify reading file max allowed 8192 bytes?
$bytesfile .= fread($fis, 8192);
or
$enunciado->send_long_data(3, fread($fifoto, 8192));
is possible utilize greater value changing config file php.ini? how?
php byte max fread
Comments
Post a Comment