X.commerce
PHP Manual

The Xcom class

(No version information available, might only be in SVN)

简介

类摘要

Xcom {
/* Properties */
public $__debug ;
/* 方法 */
public __construct ([ string $fabric_url [, string $fabric_token [, string $capability_token ]]] )
public object decode ( string $avro_msg , string $json_schema )
public string encode ( stdClass $data , string $avro_schema )
public string getDebugOutput ( void )
public string getLastResponse ( void )
public array getLastResponseInfo ( void )
public string getOnboardingURL ( string $capability_name , string $agreement_url )
public int send ( string $topic , mixed $data [, string $json_schema [, array $http_headers ]] )
public int sendAsync ( string $topic , mixed $data [, string $json_schema [, array $http_headers ]] )
}

属性

__debug

Set this to a non-FALSE value to enable debug mode

Table of Contents


X.commerce
PHP Manual