PHP Classes

Classes of Leon Sorokin

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Leon Sorokin (1)  >  Mission progress status  >  Reputation  
Picture of Leon Sorokin
Name: Leon Sorokin <contact>
Classes: 1
Country: United States United States
Age: 125
All time rank: 2640366 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 809
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image dump_r  
PHP Programming Innovation award nominee
October 2012
Number 2
Display values of variables
This class can display values of variables similarly to the PHP var_dump and print_r functions.

It can show values of scalar variables or arrays or objects formatted in a HTML page using colors to denote different types of values.

Objects and arrays can be traversed recursively up to a given depth level.

XML and JSON strings can be displayed as a listing of contained values.

Values that contain objects or arrays may collapse or expand when the user clicks on the values.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z