msql_affected_rows

(PHP 4, PHP 5, PHP 7) Returns number of affected rows int msql_affected_rows ( resource $result ) Returns number of affected rows by the last SELECT, UPDATE or DELETE query associated with result. Parameters: result The result resource that is being evaluated. This result comes from a call to msql_query(). Returns: Returns the number of affected ro

trader_cmo

(PECL trader >= 0.2.0) Chande Momentum Oscillator array trader_cmo ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

ncurses_mousemask

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Sets mouse options int ncurses_mousemask ( int $newmask, int &$oldmask ) Sets mouse events to be reported. By default no mouse events will be reported. Mouse events are represented by NCURSES_KEY_MOUSE in the ncurses_wgetch() input stream. To read the event data and pop the event of queue, call ncurses_getmouse(). Parameters:

DOMDocument::importNode

(PHP 5, PHP 7) Import node into current document public DOMNode DOMDocument::importNode ( DOMNode $importedNode [, bool $deep ] ) This function returns a copy of the node to import and associates it with the current document. Parameters: importedNode The node to import. deep If set to TRUE, this method will recursively import the subtre

fbsql_create_blob

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Create a BLOB string fbsql_create_blob ( string $blob_data [, resource $link_identifier ] ) Creates a BLOB from the given data. Parameters: blob_data The BLOB data. link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(). If optional and not specified, the function wil

Yaf_Route_Map::__construct

(Yaf >=1.0.0) The __construct purpose public Yaf_Route_Map::__construct ([ string $controller_prefer = false [, string $delimiter = "" ]] ) Parameters: controller_prefer Whether the result should considering as controller or action delimiter Whether the result should considering as controller or action Returns:

SWFDisplayItem::scale

(PHP 5 <= 5.3.0, PECL ming SVN) Scales the object in relative coordinates void SWFDisplayItem::scale ( float $dx, float $dy ) swfdisplayitem::scale() scales the current object by (dx,dy) from its current size. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned.

SQLite3::createCollation

(PHP 5 >= 5.3.11, PHP 7) Registers a PHP function for use as an SQL collating function public bool SQLite3::createCollation ( string $name, callable $callback ) Registers a PHP function or user-defined function for use as a collating function within SQL statements. Parameters: name Name of the SQL collating function to be created or redefined cal

TokyoTyrantTable::get

(PECL tokyo_tyrant >= 0.1.0) Get a row public array TokyoTyrantTable::get ( mixed $keys ) Gets a row from table database. keys is a single integer for the primary key of the row or an array of integers for multiple rows. Parameters: keys The primary key, can be a string or an integer Returns: Returns the row as an array

Memcached::decrementByKey

(PECL memcached >= 2.0.0) Decrement numeric item's value, stored on a specific server public int Memcached::decrementByKey ( string $server_key, string $key [, int $offset = 1 [, int $initial_value = 0 [, int $expiry = 0 ]]] ) Memcached::decrementByKey() decrements a numeric item's value by the specified offset. If the item's value is not numeric, an error will result. If the operation would decrease the value below 0,