PHP Class Hprose\Swoole\Client

Afficher le fichier Open project: hprose/hprose-swoole Class Usage Examples

Méthodes publiques

Méthode Description
__call ( $name, $args )
__construct ( $uris )
__get ( $name )
__isset ( $name )
__set ( $name, $value )
__unset ( $name )
create ( $uris )
registerClientFactory ( $scheme, $clientFactory )
tryRegisterClientFactory ( $scheme, $clientFactory )

Private Methods

Méthode Description
initClientFactories ( )

Method Details

__call() public méthode

public __call ( $name, $args )

__construct() public méthode

public __construct ( $uris )

__get() public méthode

public __get ( $name )

__isset() public méthode

public __isset ( $name )

__set() public méthode

public __set ( $name, $value )

__unset() public méthode

public __unset ( $name )

create() public static méthode

public static create ( $uris )

registerClientFactory() public static méthode

public static registerClientFactory ( $scheme, $clientFactory )

tryRegisterClientFactory() public static méthode

public static tryRegisterClientFactory ( $scheme, $clientFactory )