llms_php_error_constant_to_code( int $code )
Convert a PHP error constant to a human readable error code
Description Description
Parameters Parameters
- $code
-
(Required) A predefined php error constant.
Return Return
(string) A human readable string version of the constant.
Source Source
File: includes/llms.functions.core.php
Changelog Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |