ValueExporter deprecated
ValueExporter deprecated
class ValueExporter
deprecated
since version 3.2, to be removed in 4.0. Use the VarDumper component instead.Methods
string | exportValue(mixed $value, int $depth = 1, bool $deep = false) Converts a PHP value to a string. |
Details
string exportValue(mixed $value, int $depth = 1, bool $deep = false)
Converts a PHP value to a string.
Parameters
mixed | $value | The PHP value |
int | $depth | only for internal usage |