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

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

r - url in CRAN extension manual -

asp.net - .NET Control.ID property inconsistency -