XBRL for PHP - Manual

ClassLoad::Start

(PHP 4, PHP 5)

- The class of another file is read

Description

public ClassLoad::Start ( string $class, string $file )

Parameters

$class
The reading Class name is specified.
$file
The file name of the reading Class name is specified.

Examples

require_once("/xbrlphp/xml/XBRL.php");
new ClassLoad();
ClassLoad::Start("XML", "/XML.php");

XBRL for PHP - Manual

XBRL for PHP