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() -

Yar_Client::__construct

(PECL yar >= 1.0.0) Create a client final public Yar_Client::__construct ( string $url ) Create a Yar_Client to a Yar_Server. Parameters: url Yar Server URL. Returns: Yar_Client instance. Examples: Yar_Client::__construct() example <?php $client = new Yar_Client("h

SessionHandler::gc

(PHP 5 >= 5.4.0, PHP 7) Cleanup old sessions public bool SessionHandler::gc ( int $maxlifetime ) Cleans up expired sessions. Called randomly by PHP internally when a session starts or when session_start() is invoked. The frequency this is called is based on the session.gc_divisor and session.gc_probability configuration directives. This method wraps the internal PHP save handler defined in the session.save_handler ini s

fann_get_total_connections

(PECL fann >= 1.0.0) Get the total number of connections in the entire network int fann_get_total_connections ( resource $ann ) Get the total number of connections in the entire network. Parameters: ann Neural network resource. Returns: Total number of connections in the entire network, or FALSE on error