Page MenuHomePhorge

function phutil_var_export($var)
libphutil Technical Documentation (Core Utilities)

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$varThe variable you want to export.
Return
string