22 $return = $hook->getValue();
if(!$php_log) $post_max_size
Adds help text to input/file.
__invoke(\Elgg\Hook $hook)
Add a help text to input/file about upload limit.
elgg_echo($message_key, array $args=[], $language="")
Elgg language module Functions to manage language and translations.
Models an event passed to hook handlers.
elgg_get_ini_setting_in_bytes($setting)
Returns a PHP INI setting in bytes.
elgg_format_bytes($size, $precision=2)
Format bytes to a human readable format.
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.