class ValueExporter
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.
class ValueExporter
| string | exportValue(mixed $value, int $depth = 1, bool $deep = false) Converts a PHP value to a string. |
Converts a PHP value to a string.
Please login to continue.