StringUtil
in package
String utility.
Tags
Table of Contents
- $verbose : mixed
- __construct() : mixed
- stringify() : string
- Stringifies any provided value.
- stringifyCalls() : string
- Stringifies provided array of calls.
Properties
$verbose
private
mixed
$verbose
Methods
__construct()
public
__construct([bool $verbose = true ]) : mixed
Parameters
- $verbose : bool = true
Return values
mixed —stringify()
Stringifies any provided value.
public
stringify(mixed $value[, bool $exportObject = true ]) : string
Parameters
- $value : mixed
- $exportObject : bool = true
Return values
string —stringifyCalls()
Stringifies provided array of calls.
public
stringifyCalls(array<string|int, Call> $calls) : string
Parameters
- $calls : array<string|int, Call>
-
Array of Call instances