XBRL for PHP - Manual

XBRL::x

(PHP 4, PHP 5)

- Gets the file name, the directory name is excluded

Description

public XBRL::x ( mixed $expression )

Parameters

$expression
Gets the file name, the directory name is excluded.

Examples

$expression = "/tmp/20110119/test.txt";

require_once("/xbrlphp/xml/XBRL.php");
$xbrl = new XBRL();
print_r($xbrl->x($expression));

XBRL for PHP - Manual

XBRL for PHP