function phutil_var_export($var)Arcanist Technical Documentation ()
function phutil_var_export($var)
Arcanist Technical Documentation ()
Returns a parsable string representation of a variable.
This function is intended to behave similarly to PHP's var_export function, but the output is intended to follow our style conventions.
Parameters
wild | $var | The variable you want to export. |
Return
string |
- Defined
- src/utils/utils.php:1528