md5

(PHP 4, PHP 5, PHP 7) Calculate the md5 hash of a string string md5 ( string $str [, bool $raw_output = false ] ) Calculates the MD5 hash of str using the » RSA Data Security, Inc. MD5 Message-Digest Algorithm, and returns that hash. Parameters: str The string. raw_output If the optional raw_output is set to TRUE, then the md5 digest i

gmstrftime

(PHP 4, PHP 5, PHP 7) Format a GMT/UTC time/date according to locale settings string gmstrftime ( string $format [, int $timestamp = time() ] ) Behaves the same as strftime() except that the time returned is Greenwich Mean Time (GMT). For example, when run in Eastern Standard Time (GMT -0500), the first line below prints "Dec 31 1998 20:00:00", while the second prints "Jan 01 1999 01:00:00". Parameters:

Memcached::addByKey

(PECL memcached >= 0.1.0) Add an item under a new key on a specific server public bool Memcached::addByKey ( string $server_key, string $key, mixed $value [, int $expiration ] ) Memcached::addByKey() is functionally equivalent to Memcached::add(), except that the free-form server_key can be used to map the key to a specific server. This is useful if you need to keep a bunch of related keys on a certain server.

mysqli_stmt::attr_set

(PHP 5, PHP 7) Used to modify the behavior of a prepared statement bool mysqli_stmt::attr_set ( int $attr, int $mode ) Object oriented style Procedural style bool mysqli_stmt_attr_set ( mysqli_stmt $stmt , int $attr , int $mode ) Used to modify the behavior of a prepared statement. This function may be called multiple times to set several attributes. Parameters: stmt Proc

CairoContext::maskSurface

(PECL cairo >= 0.1.0) The maskSurface purpose public void CairoContext::maskSurface ( string $surface [, string $x [, string $y ]] ) Object oriented style (method): Procedural style: void cairo_mask_surface ( CairoContext $context , CairoSurface $surface [, string $x [, string $y ]] ) Description here. Parameters: context Description... surface

XMLReader::read

(PHP 5 >= 5.1.0, PHP 7) Move to next node in document public bool XMLReader::read ( void ) Moves cursor to the next node in the document. Returns: Returns TRUE on success or FALSE on failure. See also: XMLReader::moveToElement() - XMLReader::moveToAttribute() -

eio_statvfs

(PECL eio >= 0.0.1dev) Get file system statistics resource eio_statvfs ( string $path, int $pri, callable $callback [, mixed $data ] ) eio_statvfs() returns file system statistics information in result argument of callback Parameters: path Pathname of any file within the mounted file system pri The request priority: EIO_PRI_DEFAULT, E

TokyoTyrantIterator::valid

(PECL tokyo_tyrant >= 0.2.0) Rewinds the iterator public bool TokyoTyrantIterator::valid ( void ) Checks whether the internal pointer points to valid element. Returns: Returns TRUE if the current item is valid and FALSE if not. See also: TokyoTyrantIterator::key() - TokyoTyrantItera

SplObjectStorage::count

(PHP 5 >= 5.1.0, PHP 7) Returns the number of objects in the storage public int SplObjectStorage::count ( void ) Counts the number of objects in the storage. Returns: The number of objects in the storage. Examples: SplObjectStorage::count() example <?php $s = new SplObjectStorage(); $o1 = new StdClass; $o2 = new Std

HaruDoc::useJPEncodings

(PECL haru >= 0.0.1) Enable Japanese encodings bool HaruDoc::useJPEncodings ( void ) Enables Japanese encodings. Returns: Returns TRUE on success. Exception: Throws a HaruException on error. See also: HaruDoc::useJPFonts() -