Converting arrays to human readable tables
Posted on April 5th, 2004 in Code Repository | 1 Comment »
array2table() allows you to quickly display the contents of an array as a HTML table. It can also recursively display data for nested arrays.
array2table() allows you to quickly display the contents of an array as a HTML table. It can also recursively display data for nested arrays.
PHP_Highlight uses PHP’s built in tokenizer to provide reliable syntax highlighting for PHP code when server-side highlighting is required.
time_duration() is a flexible function for making time periods readable.
Cycle provides a novel way to iterate through an array. This is commonly used for zebra-striping tables.