freebsd-ports/devel/pear-Var_Dump/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

15 lines
499 B
Plaintext

The Var_Dump class is a wrapper for the var_dump function.
The var_dump function displays structured information about expressions that
includes its type and value. Arrays are explored recursively with values
indented to show structure.
The Var_Dump class captures the output of the var_dump function, by using output
control functions, and then uses external renderer classes for displaying the
result in various graphical ways:
* Simple text,
* HTML/XHTML text,
* HTML/XHTML table,
* XML,
* ...