strspn

(PHP 4, PHP 5, PHP 7) Finds the length of the initial segment of a string consisting entirely of characters contained within a given mask. int strspn ( string $subject, string $mask [, int $start [, int $length ]] ) Finds the length of the initial segment of subject that contains only characters from mask. If start and length are omitted, then all of subject will be examined. If they are included, then the effect will be

db2_last_insert_id

(PECL ibm_db2 >= 1.7.1) Returns the auto generated ID of the last insert query that successfully executed on this connection string db2_last_insert_id ( resource $resource ) Returns the auto generated ID of the last insert query that successfully executed on this connection. The result of this function is not affected by any of the following: A single row INSERT statement with a VALUES clause for a table without an i

id3_get_genre_name

(PECL id3 >= 0.1) Get the name for a genre id string id3_get_genre_name ( int $genre_id ) id3_get_genre_name() returns the name for a genre id. Parameters: genre_id An integer ranging from 0 to 147 Returns: Returns the name as a string. Examples: id3_get_genre_name() example

ArrayAccess::offsetGet

(PHP 5 >= 5.0.0, PHP 7) Offset to retrieve abstract public mixed ArrayAccess::offsetGet ( mixed $offset ) Returns the value at specified offset. This method is executed when checking if offset is empty(). Parameters: offset The offset to retrieve. Returns: Can return all value types. Notes:

ReflectionClass::isInterface

(PHP 5, PHP 7) Checks if the class is an interface public bool ReflectionClass::isInterface ( void ) Checks whether the class is an interface. Returns: Returns TRUE on success or FALSE on failure. Examples: Basic usage of ReflectionClass::isInterface() <?php interface SomeInterface {     public function interfaceMethod

restore_include_path

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Restores the value of the include_path configuration option void restore_include_path ( void ) Restores the include_path configuration option back to its original master value as set in php.ini Returns: No value is returned. Examples: restore_include_path() example <?php echo get_inc

OAuth::setSSLChecks

(No version information available, might only be in Git) Tweak specific SSL checks for requests. public bool OAuth::setSSLChecks ( int $sslcheck ) Tweak specific SSL checks for requests. Parameters: sslcheck Tweak specific SSL checks for requests. Returns: Returns TRUE on success or FALSE on failure. This func

imagewbmp

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Output image to browser or file bool imagewbmp ( resource $image [, string $filename [, int $foreground ]] ) imagewbmp() outputs or save a WBMP version of the given image. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). filename The path

IntlChar::isblank

(PHP 7) Check if code point is a "blank" or "horizontal space" character public static bool IntlChar::isblank ( mixed $codepoint ) Determines whether the specified code point is a "blank" or "horizontal space", a character that visibly separates words on a line. The following are equivalent definitions: TRUE for Unicode White_Space characters except for "vertical space controls" where "vertical space controls" are the fo

Locale::getDisplayVariant

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Returns an appropriately localized display name for variants of the input locale public static string Locale::getDisplayVariant ( string $locale [, string $in_locale ] ) Object oriented style Procedural style string locale_get_display_variant ( string $locale [, string $in_locale ] ) Returns an appropriately localized display name for variants of the input locale. If is