(PHP 4, PHP 5)
- Analyzing CSV, and it is returned by the array, and outputs it
public XBRL::perseCsv ( string $file [, int $print ] )
$file = "test.xml"; require_once("/xbrlphp/xml/XBRL.php"); $xbrl = new XBRL(); $array = $xbrl->perseCsv($file); var_dump($array);
$file = "test.xml"; require_once("/xbrlphp/xml/XBRL.php"); $xbrl = new XBRL(); $xbrl->perseCsv($file, 1);