Phar::addFile

(Unknown) Add a file from the filesystem to the phar archive public void Phar::addFile ( string $file [, string $localname ] ) 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 file or URL can be added to the phar archive. If the optional second parameter localname is specified, the file will be s

tidy::getOpt

(PHP 5, PHP 7, PECL tidy >= 0.5.2) Returns the value of the specified configuration option for the tidy document mixed tidy::getOpt ( string $option ) Object oriented style Procedural style mixed tidy_getopt ( tidy $object , string $option ) Returns the value of the specified option for the specified tidy object. Parameters: object The Tidy object.

grapheme_strstr

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Returns part of haystack string from the first occurrence of needle to the end of haystack. string grapheme_strstr ( string $haystack, string $needle [, bool $before_needle = false ] ) Procedural style Returns part of haystack string from the first occurrence of needle to the end of haystack (including the needle). Parameters: haystac

CairoContext::pathExtents

(PECL cairo >= 0.1.0) The pathExtents purpose public array CairoContext::pathExtents ( void ) Object oriented style (method): Procedural style: array cairo_path_extents ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not docu

fbsql_set_characterset

(PHP 5, PHP 7 >= 5.1.0) Change input/output character set void fbsql_set_characterset ( resource $link_identifier, int $characterset [, int $in_out_both ] ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

Imagick::setImageDispose

(PECL imagick 2.0.0) Sets the image disposal method bool Imagick::setImageDispose ( int $dispose ) Sets the image disposal method. Parameters: dispose Sets the image disposal method. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

MongoCursor::dead

(PECL mongo >=0.9.6) Checks if there are results that have not yet been sent from the database public bool MongoCursor::dead ( void ) The database sends responses in batches of documents, up to 4MB of documents per response. This method checks if the database has more batches or if the result set has been exhausted. A cursor being "dead" does not mean that MongoCursor::hasNext() will return FALSE, it only means that the

Memcached::touch

(PECL memcached >= 2.0.0) Set a new expiration on an item public bool Memcached::touch ( string $key, int $expiration ) Memcached::touch() sets a new expiration value on the given key. Parameters: key The key under which to store the value. expiration The expiration time, defaults to 0. See Expiration Times for more info.

CairoContext::fill

(PECL cairo >= 0.1.0) Fills the current path public void CairoContext::fill ( void ) Object oriented style (method): Procedural style: void cairo_fill ( CairoContext $context ) A drawing operator that fills the current path according to the current CairoFillRule, (each sub-path is implicitly closed before being filled). After CairoContext::fill() or cairo_fill(), the current path will be cleared from the CairoContext.

mb_strtolower

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Make a string lowercase string mb_strtolower ( string $str [, string $encoding = mb_internal_encoding() ] ) Returns str with all alphabetic characters converted to lowercase. Parameters: str The string being lowercased. encoding The encoding parameter is the character encoding. If it is omitted, the int