XML_Tree::registerName

XML_Tree::registerName – 名前空間の登録をする

Synopsis

require_once "XML/Tree.php";

void XML_Tree::registerName ( string $name , string $path )

Description

名前空間の登録をします。

Parameter

  • string $name - 名前空間です。

  • string $path - パスです。

Note

This function can not be called statically.