XBRL for PHP - Manual

XBRL::analysisXbrl

(PHP 5)

- Analyzing XBRL, and it is returned by the array

Description

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.

Parameters

$file
Each element of the specified ZIP file (include XBRL) is analyzed, and returned by the array.

Examples

$file = "test.zip";

require_once("/xbrlphp/xml/XBRL.php");
$xbrl = new XBRL();
$array = $xbrl->analysisXbrl($file);
var_dump($array);

XBRL for PHP - Manual

XBRL for PHP