SplDoublyLinkedList::unserialize

(PHP 5 >= 5.4.0, PHP 7) Unserializes the storage public void SplDoublyLinkedList::unserialize ( string $serialized ) Unserializes the storage, from SplDoublyLinkedList::serialize(). Parameters: serialized The serialized string. Returns: No value is returned. This function is currently not documented; only

is_readable

(PHP 4, PHP 5, PHP 7) Tells whether a file exists and is readable bool is_readable ( string $filename ) Tells whether a file exists and is readable. Parameters: filename Path to the file. Returns: Returns TRUE if the file or directory specified by filename exists and is readable, FALSE otherwise. Exception: Upon

Yaf_Route_Static::match

(Yaf >=1.0.0) The match purpose public void Yaf_Route_Static::match ( string $uri ) Parameters: uri Returns: This function is currently not documented; only its argument list is available.

OAuthProvider::checkOAuthRequest

(PECL OAuth >= 1.0.0) Check an oauth request public void OAuthProvider::checkOAuthRequest ([ string $uri [, string $method ]] ) Checks an OAuth request. Parameters: uri The optional URI, or endpoint. method The HTTP method. Optionally pass in one of the OAUTH_HTTP_METHOD_* OAuth constants. Returns: No value

Yaf_Session::offsetSet

(Yaf >=1.0.0) The offsetSet purpose public void Yaf_Session::offsetSet ( string $name, string $value ) Parameters: name value Returns: This function is currently not documented; only its argument list is available.

ReflectionClass::getStaticPropertyValue

(PHP 5 >= 5.1.0, PHP 7) Gets static property value public mixed ReflectionClass::getStaticPropertyValue ( string $name [, mixed &$def_value ] ) Gets the value of a static property on this class. Parameters: name The name of the static property for which to return a value. def_value A default value to return in case the class does

CairoContext::textExtents

(PECL cairo >= 0.1.0) The textExtents purpose public array CairoContext::textExtents ( string $text ) Object oriented style (method): Procedural style: array cairo_text_extents ( CairoContext $context ) Description here. Parameters: context Description... text Description... Returns: Description...

HaruOutline::setDestination

(PECL haru >= 0.0.1) Set the destination for the outline bool HaruOutline::setDestination ( object $destination ) Sets a destination object which becomes a target to jump to when the outline is clicked. Parameters: destination A valid HaruDestination instance. Returns: Returns TRUE on success. Exception: Throws

filepro_fieldwidth

(PHP 4, PHP 5 <= 5.1.6, PHP 7) Gets the width of a field int filepro_fieldwidth ( int $field_number ) Returns the width of the field corresponding to field_number. Parameters: field_number The field number. Returns: Returns the width of the field as a integer, or FALSE on errors.

Phar::addFromString

(Unknown) Add a file from a string to the phar archive public void Phar::addFromString ( string $localname, string $contents ) Note: This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. With this method, any string can be added to the phar archive. The file will be stored in the archive with localname as its path. This method i