HH\Lib\Experimental\Debug\dump_s
Requires the Hack Standard Library - Experimental Additions to be installed.
Return a human-readable string representation of a value
namespace HH\Lib\Experimental\Debug;
function dump_s(
mixed $value,
): string;
Parameters
mixed $value
Returns
string