PHP_CompatInfo : The Definitive Guide |
Array renderer used two drivers to show dump of results. Default is
PHP (var_export function). The other one
is PEAR::Var_Dump. You can use this last
one only if package is installed on your system.
While there are no specific options for PHP driver, you can use all
options of PEAR::Var_Dump to beautify the dump of results. See example
docs/examples/pci180_parsefile.php in the
package distribution.
First key of hash (options) allow to
choose the Var_Dump renderer (display_mode) you want.
|
Caution |
|---|---|
|
Only display_mode = Text is allowed if you run PHP_CompatInfo on CLI. |
Second key of hash (rendererOptions) allow
to give specific options to the Var_Dump renderer identified by
display_mode directive.
|
Note |
|---|---|
|
Var_Dump package exists for two major versions of PHP. Var_Dump PHP 4 on default PEAR channel (branch 1.0) Var_Dump PHP 5 on PEAR channel Toolbox (branch 1.2) |
| PHP_CompatInfo : The Definitive Guide | v 1.8.0 : August 1, 2008 |