15 @date_default_timezone_set ( @date_default_timezone_get () );
17 require_once
'hce/admin/Constants.inc.php';
18 require_once
'hce/admin/Node.inc.php';
19 require_once
'hce/admin/NodeCommand.inc.php';
20 require_once
'hce/admin/NodeManager.inc.php';
25 echo
'Error ' .
$node->error .
' create node instance with default initialization!' . PHP_EOL;
28 echo
'node created' . PHP_EOL;
35 echo
'Error ' .
$nodeManager->getErrorCode () .
' create node manager instance!' . PHP_EOL;
38 echo
'node manager created' . PHP_EOL;
43 echo
'Error ' .
$nodeCommand->getErrorCode () .
' create node command instance!' . PHP_EOL;
46 echo
'node command created' . PHP_EOL;
49 echo
'Error ' .
$nodeManager->getErrorCode () .
' execute command "' .
$nodeCommand->getCommandName () .
'"!' . PHP_EOL;
53 echo var_dump (
$nodeManager->getResponsesData () ) . PHP_EOL;
54 echo var_dump (
$nodeManager->getResponsesFields () ) . PHP_EOL;