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

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

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