EventListener::getSocketName

(PECL event >= 1.5.0) Retreives the current address to which the listener's socket is bound. public static bool EventListener::getSocketName ( string &$address [, mixed &$port ] ) Retreives the current address to which the listener's socket is bound. Parameters: address Output parameter. IP-address depending on the socket address family.

ncurses_mvaddchnstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and add attributed string with specified length int ncurses_mvaddchnstr ( int $y, int $x, string $s, int $n ) Parameters: y x s n This function is EXPER

MongoDate::toDateTime

(PECL mongo >= 1.6.0; PHP > 5.3.4) Returns a DateTime object representing this date public DateTime MongoDate::toDateTime ( void ) Returns a DateTime object representation of this date. Returns: This date as a DateTime object. Examples: MongoDate::toDateTime() example This example demonstrates creating a DateTime obje

EventBufferEvent::getDnsErrorString

(PECL event >= 1.2.6-beta) Returns string describing the last failed DNS lookup attempt public string EventBufferEvent::getDnsErrorString ( void ) Returns string describing the last failed DNS lookup attempt made by EventBufferEvent::connectHost() , or an empty string, if there is no DNS error detected. Returns: Returns a string describing DNS lookup error, or an empty string for no error.

cubrid_fetch_field

(PECL CUBRID >= 8.3.1) Get column information from a result and return as an object object cubrid_fetch_field ( resource $result [, int $field_offset = 0 ] ) This function returns an object with certain properties of the specific column. The properties of the object are: name column name table name of the table that the column belongs to def default value of the column max_length maximum length of the col

Stomp::ack

(PECL stomp >= 0.1.0) Acknowledges consumption of a message public bool Stomp::ack ( mixed $msg [, array $headers ] ) Object oriented style (method): Procedural style: bool stomp_ack ( resource $link , mixed $msg [, array $headers ] ) Acknowledges consumption of a message from a subscription using client acknowledgment. Parameters: link Procedural style only: The stomp

fann_set_activation_steepness

(PECL fann >= 1.0.0) Sets the activation steepness for supplied neuron and layer number bool fann_set_activation_steepness ( resource $ann, float $activation_steepness, int $layer, int $neuron ) Set the activation steepness for neuron number neuron in layer number layer, counting the input layer as layer 0. It is not possible to set activation steepness for the neurons in the input layer. The steepness of an activatio

HaruPage::getWordSpace

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

mb_strrchr

(PHP 5 >= 5.2.0, PHP 7) Finds the last occurrence of a character in a string within another string mb_strrchr ( string $haystack, string $needle [, bool $part = false [, string $encoding = mb_internal_encoding() ]] ) mb_strrchr() finds the last occurrence of needle in haystack and returns the portion of haystack. If needle is not found, it returns FALSE. Parameters: haystack

gzrewind

(PHP 4, PHP 5, PHP 7) Rewind the position of a gz-file pointer bool gzrewind ( resource $zp ) Sets the file position indicator of the given gz-file pointer to the beginning of the file stream. Parameters: zp The gz-file pointer. It must be valid, and must point to a file successfully opened by gzopen(). Returns: Returns TRUE on success or FALSE o