Skip to content

Instantly share code, notes, and snippets.

View Thingmand's full-sized avatar

Michael Thingmand Thingmand

View GitHub Profile
@Thingmand
Thingmand / array-to-texttable.php
Created June 8, 2012 06:37 — forked from tony-landis/array-to-texttable.php
PHP: Array to Text Table Generation Class Multibyte
<?php
/**
* Array to Text Table Generation Class
*
* @author Tony Landis <tony@tonylandis.com>
* @link http://www.tonylandis.com/
* @copyright Copyright (C) 2006-2009 Tony Landis
* @license http://www.opensource.org/licenses/bsd-license.php
*/
class ArrayToTextTable