ValueExporter
in package
Tags
Table of Contents
- exportValue() : string
- Converts a PHP value to a string.
- getClassNameFromIncomplete() : mixed
Methods
exportValue()
Converts a PHP value to a string.
public
exportValue(mixed $value[, int $depth = 1 ][, bool $deep = false ]) : string
Parameters
- $value : mixed
-
The PHP value
- $depth : int = 1
-
Only for internal usage
- $deep : bool = false
-
Only for internal usage
Return values
string —The string representation of the given value
getClassNameFromIncomplete()
private
getClassNameFromIncomplete(__PHP_Incomplete_Class $value) : mixed
Parameters
- $value : __PHP_Incomplete_Class