ValueExporter

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.

Parameters

mixed $value The PHP value
int $depth only for internal usage
bool $deep only for internal usage

Return Value

string The string representation of the given value
doc_Symfony
2016-10-28 06:36:55
Comments
Leave a Comment

Please login to continue.