RecursiveTreeIterator::getPrefix

(PHP 5 >= 5.3.0, PHP 7) Get the prefix public string RecursiveTreeIterator::getPrefix ( void ) Gets the string to place in front of current element Returns: Returns the string to place in front of current element This function is currently not documented; only its argument list is available.

ReflectionMethod::isConstructor

(PHP 5, PHP 7) Checks if method is a constructor public bool ReflectionMethod::isConstructor ( void ) Checks if the method is a constructor. Returns: TRUE if the method is a constructor, otherwise FALSE See also: ReflectionMethod::__construct() - ReflectionMethod::isAbstract() -

openal_source_create

(PECL openal >= 0.1.0) Generate a source resource resource openal_source_create ( void ) Returns: Returns an Open AL(Source) resource on success or FALSE on failure. See also: openal_source_set() - openal_source_play() - openal_source_destroy() -

grapheme_stripos

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Find position (in grapheme units) of first occurrence of a case-insensitive string int grapheme_stripos ( string $haystack, string $needle [, int $offset = 0 ] ) Procedural style Find position (in grapheme units) of first occurrence of a case-insensitive string Parameters: haystack The string to look in. Must be valid UTF

db2_pclose

(PECL ibm_db2 >= 1.8.0) Closes a persistent database connection bool db2_pclose ( resource $resource ) This function closes a DB2 client connection created with db2_pconnect() and returns the corresponding resources to the database server. Note: This function is only available on i5/OS in response to i5/OS system administration requests. If you have a persistent DB2 client connection created with db2_pconnect(), yo

imap_subscribe

(PHP 4, PHP 5, PHP 7) Subscribe to a mailbox bool imap_subscribe ( resource $imap_stream, string $mailbox ) Subscribe to a new mailbox. Parameters: imap_stream An IMAP stream returned by imap_open(). mailbox The mailbox name, see imap_open() for more information Returns: Returns TRUE on success or FALSE on failur

Yaf_Config_Simple::next

(Yaf >=1.0.0) The next purpose public void Yaf_Config_Simple::next ( void ) Returns: This function is currently not documented; only its argument list is available.

array_intersect

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Computes the intersection of arrays array array_intersect ( array $array1, array $array2 [, array $... ] ) array_intersect() returns an array containing all the values of array1 that are present in all the arguments. Note that keys are preserved. Parameters: array1 The array with master values to check. array2

newt_set_suspend_callback

(PECL newt >= 0.1) Set a callback function which gets invoked when user presses the suspend key void newt_set_suspend_callback ( callable $function, mixed $data ) Set a callback function which gets invoked when user presses the suspend key (normally ^Z). If no suspend callback is registered, the suspend keystroke is ignored. Parameters: function A callback function, w

IntlChar::charMirror

(PHP 7) Get the "mirror-image" character for a code point public static mixed IntlChar::charMirror ( mixed $codepoint ) Maps the specified character to a "mirror-image" character. For characters with the Bidi_Mirrored property, implementations sometimes need a "poor man's" mapping to another Unicode character (code point) such that the default glyph may serve as the mirror-image of the default glyph of the specified charac