Yaf_Request_Simple::__construct

(Yaf >=1.0.0) Constructor of Yaf_Request_Simple public Yaf_Request_Simple::__construct ([ string $method [, string $module [, string $controller [, string $action [, array $params ]]]]] ) Returns: This function is currently not documented; only its argument list is available.

preg_replace

(PHP 4, PHP 5, PHP 7) Perform a regular expression search and replace mixed preg_replace ( mixed $pattern, mixed $replacement, mixed $subject [, int $limit = -1 [, int &$count ]] ) Searches subject for matches to pattern and replaces them with replacement. Parameters: pattern The pattern to search for. It can be either a string or an array with strings. Several PCR

TokyoTyrant::connect

(PECL tokyo_tyrant >= 0.1.0) Connect to a database public TokyoTyrant TokyoTyrant::connect ( string $host [, int $port = TokyoTyrant::RDBDEF_PORT [, array $options ]] ) Connects to a remote database Parameters: host The hostname port The port. Default: 1978 options Connection options: timeout (def

mailparse_msg_get_part_data

(PECL mailparse >= 0.9.0) Returns an associative array of info about the message array mailparse_msg_get_part_data ( resource $mimemail ) Parameters: mimemail A valid MIME resource. This function is currently not documented; only its argument list is available.

fbsql_autocommit

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Enable or disable autocommit bool fbsql_autocommit ( resource $link_identifier [, bool $OnOff ] ) Returns the current autocommit status. Parameters: link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(). If optional and not specified, the function will try to find an open link to the FrontBase server a

PDF_create_action

(PECL pdflib >= 2.0.0) Create action for objects or events int PDF_create_action ( resource $pdfdoc, string $type, string $optlist ) Creates an action which can be applied to various objects and events.

CairoPattern::setMatrix

(PECL cairo >= 0.1.0) The setMatrix purpose public void CairoPattern::setMatrix ( string $matrix ) Object oriented style (method): Procedural style: void cairo_set_matrix ( CairoContext $context , CairoMatrix $matrix ) Description here. Parameters: context Description... matrix Description... Returns: Desc

SQLite3Result::reset

(PHP 5 >= 5.3.0, PHP 7) Resets the result set back to the first row public bool SQLite3Result::reset ( void ) Resets the result set back to the first row. Returns: Returns TRUE if the result set is successfully reset back to the first row, FALSE on failure.

Yaf_Request_Abstract::setModuleName

(Yaf >=1.0.0) The setModuleName purpose public void Yaf_Request_Abstract::setModuleName ( string $module ) Parameters: module Returns: This function is currently not documented; only its argument list is available.

ArrayObject::offsetSet

(PHP 5 >= 5.0.0, PHP 7) Sets the value at the specified index to newval public void ArrayObject::offsetSet ( mixed $index, mixed $newval ) Sets the value at the specified index to newval. Parameters: index The index being set. newval The new value for the index. Returns: No value is returned.