Prints human-readable information about a variable.
Description
Some server environments blacklist some debugging functions. This function provides a safe way to turn an expression into a printable, readable form without calling blacklisted functions.
Parameters
$expressionmixedrequired- The expression to be printed.
$returnbooloptional- Set to true to return the human-readable string.
Default:
false
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |