 | library |
|
 | Snippet Options |
|
 | General Options |
|
|
|
Snippet available for: Arrays
|
| | Print Nice Print out an array in a nice readable format.
This is very simple and most people will already know... |
| | Count Array Values Returns and array with a count of all the values:
Array
(
[1] => 2
[hello] => 2
[world]... |
| | Dump Highlighted An alternative to print_r, this function will print an array with HTML and Syntax highlighting. Coul... |
| | Change Case Change the case of Array key values
Resulting Printout:
Array
(
[FIRST] => 1
[SECOND] => 2
... |
| |
|
|