TimeTrex API Manual

SoapClientTimeout extends SoapClient
in package

This class extends the built-in PHP SoapClient class to use CURL with proper timeout periods.

Class SoapClientTimeout

Table of Contents

$timeout  : mixed
__doRequest()  : mixed|string
__setTimeout()  : mixed

Properties

Methods

__doRequest()

public __doRequest(string $request, string $location, string $action, int $version[, bool $one_way = false ]) : mixed|string
Parameters
$request : string
$location : string
$action : string
$version : int
$one_way : bool = false
Tags
throws
Exception
Return values
mixed|string

__setTimeout()

public __setTimeout( $timeout) : mixed
Parameters
$timeout :
Tags
throws
Exception
Return values
mixed

Search results