Filters the maximum upload size allowed in php.ini.
Parameters
$size
int- Max upload size limit in bytes.
$u_bytes
int- Maximum upload filesize in bytes.
$p_bytes
int- Maximum size of POST data in bytes.
Source
return false;
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
The third parameter is the priority to call the callback function. 10 is the default.