HCE Project PHP language client API bindings  1.5.1
Hierarchical Cluster Engine PHP Client Interface API
 All Classes Namespaces Files Functions Variables Pages
json-field.php File Reference

Go to the source code of this file.

Namespaces

namespace  HCE

Variables

if(php_sapi_name()!=='cli'||!defined('STDIN')) $args = cli_parse_arguments($argv)
if(isset($args['h'])||isset($args['help'])) $field_path = isset($args['field']) ? $args['field'] : ''
 $base64 = isset($args['base64']) ? $args['base64']+0 : 0
 $unicode = isset($args['unicode']) ? $args['unicode']+0 : 0
 $compact = isset($args['compact']) ? $args['compact']+0 : 0
 $json = isset($args['json']) ? $args['json'] : ''
 $xml = isset($args['xml']) ? $args['xml']+0 : 0
if($input_json!='') $out = $input_json

Variable Documentation

if (php_sapi_name()!=='cli'||!defined('STDIN')) $args = cli_parse_arguments($argv)

Definition at line 24 of file json-field.php.

$base64 = isset($args['base64']) ? $args['base64']+0 : 0

Definition at line 34 of file json-field.php.

$compact = isset($args['compact']) ? $args['compact']+0 : 0

Definition at line 36 of file json-field.php.

if (isset($args['h'])||isset($args['help'])) $field_path = isset($args['field']) ? $args['field'] : ''

Definition at line 33 of file json-field.php.

$json = isset($args['json']) ? $args['json'] : ''

Definition at line 37 of file json-field.php.

if ($input_json!='') $out = $input_json

Definition at line 67 of file json-field.php.

$unicode = isset($args['unicode']) ? $args['unicode']+0 : 0

Definition at line 35 of file json-field.php.

$xml = isset($args['xml']) ? $args['xml']+0 : 0

Definition at line 38 of file json-field.php.