ParentIterator::accept

(PHP 5 >= 5.1.0, PHP 7) Determines acceptability public bool ParentIterator::accept ( void ) Determines if the current element has children. Returns: TRUE if the current element is acceptable, otherwise FALSE. This function is currently not documented; only its argument list is available.

RarEntry::getAttr

(PECL rar >= 0.1) Get attributes of the entry public int RarEntry::getAttr ( void ) Returns the OS-dependent attributes of the archive entry. Returns: Returns the attributes or FALSE on error. Examples: RarEntry::getAttr() example <?php $rar_file = rar_open('example.rar') or die("Can't open Rar archive"); $entry =

array_product

(PHP 5 >= 5.1.0, PHP 7) Calculate the product of values in an array number array_product ( array $array ) array_product() returns the product of values in an array. Parameters: array The array. Returns: Returns the product as an integer or float. Changelog: 5.3.6 The product of an empty

wincache_scache_meminfo

(PECL wincache >= 1.1.0) Retrieves information about session cache memory usage array wincache_scache_meminfo ( void ) Retrieves information about memory usage by session cache. Returns: Array of meta data about session cache memory usage or FALSE on failure The array returned by this function contains the following elements: memory_total - amount of memory in bytes allocated for the ses

ZipArchive::setCommentIndex

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.4.0) Set the comment of an entry defined by its index bool ZipArchive::setCommentIndex ( int $index, string $comment ) Set the comment of an entry defined by its index. Parameters: index Index of the entry. comment The contents of the comment. Returns: Returns TRUE on

Yaf_Config_Simple::offsetUnset

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

com_get_active_object

(PHP 5, PHP 7) Returns a handle to an already running instance of a COM object variant com_get_active_object ( string $progid [, int $code_page ] ) com_get_active_object() is similar to creating a new instance of a COM object, except that it will only return an object to your script if the object is already running. OLE applications use something known as the "Running Object Table" to allow well-known applications to be laun

cos

(PHP 4, PHP 5, PHP 7) Cosine float cos ( float $arg ) cos() returns the cosine of the arg parameter. The arg parameter is in radians. Parameters: arg An angle in radians Returns: The cosine of arg Examples: cos() example <?php echo cos(M_PI); // -1 ?>

MultipleIterator::next

(PHP 5 >= 5.3.0, PHP 7) Moves all attached iterator instances forward public void MultipleIterator::next ( void ) Moves all attached iterator instances forward. Returns: No value is returned. This function is currently not documented; only its argument list is available. See also:

yaz_errno

(PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) Returns error number int yaz_errno ( resource $id ) Returns an error number for the server (last request) identified by id. yaz_errno() should be called after network activity for each server - (after yaz_wait() returns) to determine the success or failure of the last operation (e.g. search). Parameters: id The connection resour