Example #1
0
function rs2tabout(&$rs, $addtitles = true)
{
    $fp = fopen('php://stdout', 'wb');
    _adodb_export($rs, "\t", ' ', true, $addtitles);
    if ($fp) {
        fclose($fp);
    }
}
 function __toString()
 {
     include_once ADODB_DIR . '/toexport.inc.php';
     return _adodb_export($this, ',', ',', false, true);
 }