HCE Project PHP language client API bindings
1.5.1
Hierarchical Cluster Engine PHP Client Interface API
|
Go to the source code of this file.
Namespaces | |
namespace | HCE |
Functions | |
cli_parse_arguments ($argv) | |
cli_prettyPrintJson ($json, $left_ident="\t") | |
cli_getScreenSize () | |
cli_getASCIITreeFromArray ($array, $params=null) | |
file_get_contents_json ($input, $statement=HCE_CLI_READ_FROM_FILE_STATEMENT, $error_message='File not found:') |
Variables | |
defined ('HCE_CLI_READ_FROM_FILE_STATEMENT') or define('HCE_CLI_READ_FROM_FILE_STATEMENT' |
cli_getASCIITreeFromArray | ( | $array, | |
$params = null |
|||
) |
cli_getScreenSize | ( | ) |
Definition at line 85 of file hce_cli_api.inc.php.
cli_parse_arguments | ( | $argv | ) |
Definition at line 19 of file hce_cli_api.inc.php.
cli_prettyPrintJson | ( | $json, | |
$left_ident = "\t" |
|||
) |
file_get_contents_json | ( | $input, | |
$statement = HCE_CLI_READ_FROM_FILE_STATEMENT , |
|||
$error_message = 'File not found:' |
|||
) |
Definition at line 378 of file hce_cli_api.inc.php.
defined('HCE_CLI_READ_FROM_FILE_STATEMENT') or define('HCE_CLI_READ_FROM_FILE_STATEMENT' |
Define and init cli request file i/o statement
Definition at line 16 of file hce_cli_api.inc.php.