(PHP 5)
- Analyzing XBRL, and it is returned by the array
public XBRL::analysisXbrl ( string $file )
* Class 'dUnzip2' is necessary. ('/xbrlphp/dunzip2/dUnzip2.inc.php')
* It corresponds to the ZIP file of XBRL that can be acquired with EDINET and TDnet.
$file = "test.zip"; require_once("/xbrlphp/xml/XBRL.php"); $xbrl = new XBRL(); $array = $xbrl->analysisXbrl($file); var_dump($array);