XML_RDDL::getResourceById()
XML_RDDL::getResourceById() -- get one resource from the document
概要
require_once 'XML/RDDL.php'; |
array XML_RDDL::getResourceById (string $id)
返り値
array array containing all information about the specified resource or a PEAR_Error if the resource does not exist.
注意
この関数は、スタティックにコールする
ことはできません。