Documentation

ValueExporter
in package

Tags
author

Bernhard Schussek bschussek@gmail.com

deprecated

since version 3.2, to be removed in 4.0. Use the VarDumper component instead.

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
Return values
mixed

Search results