apc_cache_info

(PECL apc >= 2.0.0) Retrieves cached information from APC's data store array apc_cache_info ([ string $cache_type = "" [, bool $limited = false ]] ) Retrieves cached information and meta-data from APC's data store. Parameters: cache_type If cache_type is "user", information about the user cache will be returned. If cache_type is "filehits", information about whic

PDF_set_info_title

(PHP 4, PECL pdflib >= 1.0.0) Fill the title document info field [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_info() instead.

ocicancel

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_cancel() Alias of oci_cancel() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

eio_set_min_parallel

(PECL eio >= 0.0.1dev) Set minimum parallel thread number void eio_set_min_parallel ( string $nthreads ) Parameters: nthreads Number of parallel threads. Returns: No value is returned.

hash_pbkdf2

(PHP 5 >= 5.5.0, PHP 7) Generate a PBKDF2 key derivation of a supplied password string hash_pbkdf2 ( string $algo, string $password, string $salt, int $iterations [, int $length = 0 [, bool $raw_output = false ]] ) Parameters: algo Name of selected hashing algorithm (i.e. md5, sha256, haval160,4, etc..) See hash_algos() for a list of supported algorithms.

HaruImage::getWidth

(PECL haru >= 0.0.1) Get the width of the image int HaruImage::getWidth ( void ) Get the width of the image. Returns: Returns the width of the image. Exception: Throws a HaruException on error.

Imagick::getImageSize

(PECL imagick 2.0.0) Returns the image length in bytes int Imagick::getImageSize ( void ) Returns the image length in bytes. Deprecated in favour of Imagick::getImageLength() Returns: Returns an int containing the current image size.

trader_cdlthrusting

(PECL trader >= 0.2.0) Thrusting Pattern array trader_cdlthrusting ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing

SplDoublyLinkedList::pop

(PHP 5 >= 5.3.0, PHP 7) Pops a node from the end of the doubly linked list public mixed SplDoublyLinkedList::pop ( void ) Returns: The value of the popped node. Exception: Throws RuntimeException when the data-structure is empty.

ReflectionClass::getStaticProperties

(PHP 5, PHP 7) Gets static properties public array ReflectionClass::getStaticProperties ( void ) Get the static properties. Returns: The static properties, as an array. This function is currently not documented; only its argument list is available. See also: Reflection