mysqli_result::$current_field

(PHP 5, PHP 7) Get current field offset of a result pointer int mysqli_field_tell ( mysqli_result $result ) Object oriented style int $mysqli_result->current_field ; Procedural style Returns the position of the field cursor used for the last mysqli_fetch_field() call. This value can be used as an argument to mysqli_field_seek(). Parameters: result Procedural style only

Yaf_Controller_Abstract::getRequest

(Yaf >=1.0.0) Retrieve current request object public Yaf_Request_Abstract Yaf_Controller_Abstract::getRequest ( void ) retrieve current request object Returns: Yaf_Request_Abstract instance

ZMQContext::getOpt

(PECL zmq >= 1.0.4) Get context option public mixed ZMQContext::getOpt ( string $key ) Returns the value of a context option. Parameters: key An integer representing the option. See the ZMQ::CTXOPT_* constants. Returns: Returns either a string or an integer depending on key. Throws ZMQContextException on error.

mysqli_disable_rpl_parse

(PHP 5 < 5.3.0) Disable RPL parse bool mysqli_disable_rpl_parse ( mysqli $link ) This function is currently not documented; only its argument list is available. This function has been DEPRECATED and REMOVED as of PHP 5.3.0.

Imagick::transformImage

(PECL imagick 2.0.0) Convenience method for setting crop size and the image geometry Imagick Imagick::transformImage ( string $crop, string $geometry ) A convenience method for setting crop size and the image geometry from strings. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Parameters: crop A crop geometry string. Thi

SolrObject::offsetUnset

(PECL solr >= 0.9.2) Unsets the value for the property public void SolrObject::offsetUnset ( string $property_name ) Unsets the value for the property. This is used when the object is treated as an array. This object is read-only. This should never be attempted. Parameters: property_name The name of the property. Returns: Returns TRUE on succ

ImagickDraw::setTextInterlineSpacing

(No version information available, might only be in Git) Description public void ImagickDraw::setTextInterlineSpacing ( float $spacing ) Sets the text interline spacing. Parameters: spacing Sets the text interline spacing. Returns: This function is currently not documented; only its argument list is available.

MongoCursor::tailable

(PECL mongo >=0.9.4) Sets whether this cursor will be left open after fetching the last results public MongoCursor MongoCursor::tailable ([ bool $tail = true ] ) Mongo has a feature known as tailable cursors which are similar to the Unix "tail -f" command. Tailable means cursor is not closed when the last data is retrieved. Rather, the cursor marks the final object's position. you can resume using the cursor later, fro

ZMQContext::__construct

(PECL zmq >= 0.5.0) Construct a new ZMQContext object ZMQContext::__construct ([ integer $io_threads = 1 [, boolean $is_persistent = true ]] ) Constructs a new ZMQ context. The context is used to initialize sockets. A persistent context is required to initialize persistent sockets. Parameters: io_threads Number of io-threads in the context. is_

ncurses_pair_content

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Retrieves foreground and background colors of a color pair int ncurses_pair_content ( int $pair, int &$f, int &$b ) Retrieves the foreground and background colors that constitute the given color pair. Terminal color capabilities must be initialized with ncurses_start_color() prior to calling this function. Parameters: