Dumper
final class Dumper
Generates a PHP representation of a variable.
Constants
private IndentLength |
|
Properties
$maxDepth | |||
$wrapLength | |||
$indentation | |||
$customObjects |
Methods
string
dump(mixed $var, int $column = 0)
Returns a PHP representation of a variable.
string
format(string $statement, mixed ...$args)
Generates PHP statement. Supports placeholders: ? \? $? ->? ::? ...? ...?: ?*
static object
createObject(string $class, array $props)
No description
Details
at line 31
string
dump(mixed $var, int $column = 0)
Returns a PHP representation of a variable.
at line 220
string
format(string $statement, mixed ...$args)
Generates PHP statement. Supports placeholders: ? \? $? ->? ::? ...? ...?: ?*
at line 279
static object
createObject(string $class, array $props)
internal |
No description