SVM::__construct

(PECL svm >= 0.1.0) Construct a new SVM object public SVM::__construct ( void ) Constructs a new SVM object ready to accept training data. Returns: Throws SVMException if the libsvm library could not be loaded

StompException::getDetails

(PECL stomp >= 0.1.0) Get exception details public string StompException::getDetails ( void ) Get exception details. Returns: string containing the error details.

StompFrame::__construct

(PECL stomp >= 0.1.0) Constructor StompFrame::__construct ([ string $command [, array $headers [, string $body ]]] ) Constructor. Parameters: command Frame command headers Frame headers (array). body Frame body.

Stomp::unsubscribe

(PECL stomp >= 0.1.0) Removes an existing subscription public bool Stomp::unsubscribe ( string $destination [, array $headers ] ) Object oriented style (method): Procedural style: bool stomp_unsubscribe ( resource $link , string $destination [, array $headers ] ) Removes an existing subscription. Parameters: link Procedural style only: The stomp link identifier returne

Stomp::subscribe

(PECL stomp >= 0.1.0) Registers to listen to a given destination public bool Stomp::subscribe ( string $destination [, array $headers ] ) Object oriented style (method): Procedural style: bool stomp_subscribe ( resource $link , string $destination [, array $headers ] ) Registers to listen to a given destination. Parameters: link Procedural style only: The stomp link id

Stomp::setReadTimeout

(PECL stomp >= 0.3.0) Sets read timeout public void Stomp::setReadTimeout ( int $seconds [, int $microseconds ] ) Object oriented style (method): Procedural style: void stomp_set_read_timeout ( resource $link , int $seconds [, int $microseconds ] ) Sets read timeout. Parameters: link Procedural style only: The stomp link identifier returned by stomp_connect().

Stomp::send

(PECL stomp >= 0.1.0) Sends a message public bool Stomp::send ( string $destination, mixed $msg [, array $headers ] ) Object oriented style (method): Procedural style: bool stomp_send ( resource $link , string $destination , mixed $msg [, array $headers ] ) Sends a message to the Message Broker. Parameters: link Procedural style only: The stomp link identifier returned

Stomp::readFrame

(PECL stomp >= 0.1.0) Reads the next frame public stompframe Stomp::readFrame ([ string $class_name = "stompFrame" ] ) Object oriented style (method): Procedural style: array stomp_read_frame ( resource $link ) Reads the next frame. It is possible to instantiate an object of a specific class, and pass parameters to that class's constructor. Parameters: link Procedural

Stomp::hasFrame

(PECL stomp >= 0.1.0) Indicates whether or not there is a frame ready to read public bool Stomp::hasFrame ( void ) Object oriented style (method): Procedural style: bool stomp_has_frame ( resource $link ) Indicates whether or not there is a frame ready to read. Parameters: link Procedural style only: The stomp link identifier returned by stomp_connect().

Stomp::getSessionId

(PECL stomp >= 0.1.0) Gets the current stomp session ID public string Stomp::getSessionId ( void ) Object oriented style (method): Procedural style: string stomp_get_session_id ( resource $link ) Gets the current stomp session ID. Parameters: link Procedural style only: The stomp link identifier returned by stomp_connect(). Returns: string sess