public variable (mixed $variable, [mixed $name])
Returns an HTML string of information about a single variable.
echo (new \Phalcon\Debug\Dump())->variable($foo, "foo");
public variable (mixed $variable, [mixed $name])
Returns an HTML string of information about a single variable.
echo (new \Phalcon\Debug\Dump())->variable($foo, "foo");
Please login to continue.