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.

SplDoublyLinkedList::offsetSet

(PHP 5 >= 5.3.0, PHP 7) Sets the value at the specified $index to $newval public void SplDoublyLinkedList::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.

date_sun_info

(PHP 5 >= 5.1.2, PHP 7) Returns an array with information about sunset/sunrise and twilight begin/end array date_sun_info ( int $time, float $latitude, float $longitude ) Parameters: time Timestamp. latitude Latitude in degrees. longitude Longitude in degrees. Returns: Retur

IntlCalendar::getSkippedWallTimeOption

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get behavior for handling skipped wall time public int IntlCalendar::getSkippedWallTimeOption ( void ) Object oriented style Procedural style int intlcal_get_skipped_wall_time_option ( IntlCalendar $cal ) Gets the current strategy for dealing with wall times that are skipped whenever the clock is forwarded during dailight saving time start transitions. The default value is IntlCale