<?php
// Example Usage: array_to_tablerows(array('x', 'x', 'x', 'x', 'x', 'x'), 4);
...
PHP Array To Tablerows
by section31,
October 25, 2008 06:23,
6 refactorings
<?php
// Example Usage: array_to_tablerows(array('x', 'x', 'x', 'x', 'x', 'x'), 4);
...
Coverts an Array of Values ...