Gmagick::getfilename

(PECL gmagick >= Unknown) The filename associated with an image sequence public string Gmagick::getfilename ( void ) Returns the filename associated with an image sequence. Returns: Returns a string on success. Exception: Throws an GmagickException on error.

ncurses_addstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Output text at current position int ncurses_addstr ( string $text ) Parameters: text This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be us

SWFFill::moveTo

(PHP 5 <= 5.3.0, PECL ming SVN) Moves fill origin void SWFFill::moveTo ( float $x, float $y ) Moves the fill origin to the given global coordinates. Parameters: x X-coordinate y Y-coordinate Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of t

ZMQSocket::getSocketType

(PECL zmq >= 0.5.0) Get the socket type public integer ZMQSocket::getSocketType ( void ) Gets the socket type. Returns: Returns an integer representing the socket type. The integer can be compared against ZMQ::SOCKET_* constants.

GearmanClient::addTaskBackground

(PECL gearman >= 0.5.0) Add a background task to be run in parallel public GearmanTask GearmanClient::addTaskBackground ( string $function_name, string $workload [, mixed &$context [, string $unique ]] ) Adds a background task to be run in parallel with other tasks. Call this method for all the tasks to be run in parallel, then call GearmanClient::runTasks() to perform the work. Parameters:

px_get_value

(PECL paradox >= 1.1.0) Gets a value float px_get_value ( resource $pxdoc, string $name ) Gets various values. Parameters: pxdoc Resource identifier of the paradox database as returned by px_new(). name name can be one of the following. Returns: Returns the value of the parameter or FALSE on failure.

SolrDisMaxQuery::setPhraseFields

(No version information available, might only be in Git) Sets Phrase Fields and their boosts (and slops) using pf2 parameter public SolrDisMaxQuery SolrDisMaxQuery::setPhraseFields ( string $fields ) Sets Phrase Fields (pf) and their boosts (and slops) Parameters: fields Fields, boosts [, slops] Returns: SolrDisMaxQuery

ArrayObject::natsort

(PHP 5 >= 5.2.0, PHP 7) Sort entries using a "natural order" algorithm public void ArrayObject::natsort ( void ) This method implements a sort algorithm that orders alphanumeric strings in the way a human being would while maintaining key/value associations. This is described as a "natural ordering". An example of the difference between this algorithm and the regular computer string sorting algorithms (used in ArrayObjec

connection_status

(PHP 4, PHP 5, PHP 7) Returns connection status bitfield int connection_status ( void ) Gets the connection status bitfield. Returns: Returns the connection status bitfield, which can be used against the CONNECTION_XXX constants to determine the connection status. See also: connection_aborted() -

EvWatcher::setCallback

(PECL ev >= 0.2.0) Sets new callback for the watcher public void EvWatcher::setCallback ( callable $callback ) Sets new callback for the watcher Parameters: callback See Watcher callbacks . Returns: No value is returned.