debug | Returns a debug string of the passed on variables |
debugLite | Returns a lite debug string of passed on variables |
escapeHTML | Escapes sensitive characters for HTML5 output |
get | A shortcut to isset($var) ? $var : null |
getallheaders | Implement getallheaders() for non-apache servers |
includeifexists | Performs include() only if a file exists |
includeonceifexists | Performs include_once() only if a file exists |
phpDeprecated | Triggers a PHP-level error with the level E_USER_DEPRECATED |
phpError | Triggers a PHP-level error with the level E_USER_ERROR |
phpNotice | Triggers a PHP-level error with the level E_USER_NOTICE |
phpWarning | Triggers a PHP-level error with the level E_USER_WARNING |
serverIsWindows | Check if the server is running Windows |
timestampPrecise | Returns a very precise timestamp |