HaruPage::getTransMatrix

(PECL haru >= 0.0.1) Get the current transformation matrix of the page array HaruPage::getTransMatrix ( void ) Get the current transformation matrix of the page. Returns: Returns the current transformation matrix of the page as an array of 6 elements: "a", "b", "c", "d", "x" and "y". Exception: Throws a HaruException on error.

HaruPage::setGrayFill

(PECL haru >= 0.0.1) Set filling color for the page bool HaruPage::setGrayFill ( float $value ) Defines filling color for the page. Parameters: value The value of gray level between 0 and 1. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

socket_set_nonblock

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Sets nonblocking mode for file descriptor fd bool socket_set_nonblock ( resource $socket ) The socket_set_nonblock() function sets the O_NONBLOCK flag on the socket specified by the socket parameter. When an operation (e.g. receive, send, connect, accept, ...) is performed on a non-blocking socket, the script will not pause its execution until it receives a signal or it can perform the op

fann_merge_train_data

(PECL fann >= 1.0.0) Merges the train data resource fann_merge_train_data ( resource $data1, resource $data2 ) Merges the data from data1 and data2 into a new train data resource. Parameters: data1 Neural network training data resource. data2 Neural network training data resource. Returns: New merged train data

HaruPage::getTextMatrix

(PECL haru >= 0.0.1) Get the current text transformation matrix of the page array HaruPage::getTextMatrix ( void ) Get the current text transformation matrix of the page. Returns: Returns the current text transformation matrix of the page as an array of 6 elements: "a", "b", "c", "d", "x" and "y". Exception: Throws a HaruException on error.

Memcached::append

(PECL memcached >= 0.1.0) Append data to an existing item public bool Memcached::append ( string $key, string $value ) Memcached::append() appends the given value string to the value of an existing item. The reason that value is forced to be a string is that appending mixed types is not well-defined. Note: If the Memcached::OPT_COMPRESSION is enabled, the operation will fail and a warning will be issued, because appen

Iterator::next

(PHP 5 >= 5.0.0, PHP 7) Move forward to next element abstract public void Iterator::next ( void ) Moves the current position to the next element. Note: This method is called after each foreach loop. Returns: Any returned value is ignored.

MongoCommandCursor::getReadPreference

(PECL mongo >=1.6.0) Get the read preference for this command public array MongoCommandCursor::getReadPreference ( void ) Returns: This function returns an array describing the read preference. The array contains the values type for the string read preference mode (corresponding to the MongoClient constants), and tagsets containing a list of all tag set criteria. If no tag sets were specified, tag

RecursiveTreeIterator::key

(PHP 5 >= 5.3.0, PHP 7) Get the key of the current element public string RecursiveTreeIterator::key ( void ) Gets the current key prefixed and postfixed. Returns: Returns the current key prefixed and postfixed. This function is currently not documented; only its argument list is available.

SolrClient::__construct

(PECL solr >= 0.9.2) Constructor for the SolrClient object public SolrClient::__construct ( array $clientOptions ) Constructor for the SolrClient object Parameters: clientOptions This is an array containing one of the following keys : - secure (Boolean value indicating whether or not to connect in secure mode) - hostname (The hostname for the Solr se