VarnishAdmin::setPort

(PECL varnish >= 0.8) Set the class port configuration param public void VarnishAdmin::setPort ( int $port ) Parameters: port Connection port configuration parameter. Returns:

db2_execute

(PECL ibm_db2 >= 1.0.0) Executes a prepared SQL statement bool db2_execute ( resource $stmt [, array $parameters ] ) db2_execute() executes an SQL statement that was prepared by db2_prepare(). If the SQL statement returns a result set, for example, a SELECT statement or a CALL to a stored procedure that returns one or more result sets, you can retrieve a row as an array from the stmt resource using db2_fetch_assoc(),

is_real

(PHP 4, PHP 5, PHP 7) Alias of is_float() This function is an alias of: is_float().

Yaf_Plugin_Abstract::dispatchLoopStartup

(Yaf >=1.0.0) The dispatchLoopStartup purpose public void Yaf_Plugin_Abstract::dispatchLoopStartup ( Yaf_Request_Abstract $request, Yaf_Response_Abstract $response ) Parameters: request response Returns: This function is currently not documented; only its argument list is availa

ncurses_ungetch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Put a character back into the input stream int ncurses_ungetch ( int $keycode ) Parameters: keycode 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 functi

FANNConnection::getFromNeuron

(PECL fann >= 1.0.0) Returns the postions of starting neuron. public int FANNConnection::getFromNeuron ( void ) Returns the postions of starting neuron. Returns: The postions of starting neuron.

DateTimeImmutable::setTimezone

(PHP 5 >= 5.5.0, PHP 7) Sets the time zone public DateTimeImmutable DateTimeImmutable::setTimezone ( DateTimeZone $timezone ) Like DateTime::setTimezone() but works with DateTimeImmutable.

DateTimeImmutable::setTimestamp

(PHP 5 >= 5.5.0, PHP 7) Sets the date and time based on an Unix timestamp public DateTimeImmutable DateTimeImmutable::setTimestamp ( int $unixtimestamp ) Like DateTime::setTimestamp() but works with DateTimeImmutable.

sqlite_popen

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Opens a persistent handle to an SQLite database and create the database if it does not exist resource sqlite_popen ( string $filename [, int $mode = 0666 [, string &$error_message ]] ) This function behaves identically to sqlite_open() except that is uses the persistent resource mechanism of PHP. For information about the meaning of the parameters, read the sqlite_open() man

HaruPage::getTextLeading

(PECL haru >= 0.0.1) Get the current value of line spacing float HaruPage::getTextLeading ( void ) Get the current value of line spacing. Returns: Returns the current value of line spacing. Exception: Throws a HaruException on error. See also: HaruPage::setTextLeading() -