ZipArchive::deleteIndex

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.5.0) delete an entry in the archive using its index bool ZipArchive::deleteIndex ( int $index ) Delete an entry in the archive using its index. Parameters: index Index of the entry to delete. Returns: Returns TRUE on success or FALSE on failure. Examples

assert_options

(PHP 4, PHP 5, PHP 7) Set/get the various assert flags mixed assert_options ( int $what [, mixed $value ] ) Set the various assert() control options or just query their current settings. Parameters: what Assert Options Option INI Setting Default value Description ASSERT_ACTIVE assert.active 1 enable assert() evaluation ASSERT_WARNING assert.warning 1 issue a PHP warning fo

MultipleIterator::rewind

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

RRDGraph::save

(PECL rrd >= 0.9.0) Saves the result of query into image public array RRDGraph::save ( void ) Saves the result of RRD database query into image defined by RRDGraph::__construct(). Returns: Array with information about generated image is returned, FALSE if error occurs.

snmp_set_quick_print

(PHP 4, PHP 5, PHP 7) Set the value of quick_print within the UCD SNMP library bool snmp_set_quick_print ( bool $quick_print ) Sets the value of quick_print within the UCD SNMP library. When this is set (1), the SNMP library will return 'quick printed' values. This means that just the value will be printed. When quick_print is not enabled (default) the UCD SNMP library prints extra information including the type of the valu

Event::__construct

(PECL event >= 1.2.6-beta) Constructs Event object public Event::__construct ( EventBase $base , mixed $fd , int $what , callable $cb [, mixed $arg = NULL ] ) Constructs Event object. Parameters: base The event base to associate with. fd stream resource, socket resource, or numeric file descriptor. For timer events pass -1 . For si

get_class

(PHP 4, PHP 5, PHP 7) Returns the name of the class of an object string get_class ([ object $object = NULL ] ) Gets the name of the class of the given object. Parameters: object The tested object. This parameter may be omitted when inside a class. Returns: Returns the name of the class of which object is an instance. Returns FALSE if object is n

bzerrno

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Returns a bzip2 error number int bzerrno ( resource $bz ) Returns the error number of any bzip2 error returned by the given file pointer. Parameters: bz The file pointer. It must be valid and must point to a file successfully opened by bzopen(). Returns: Returns the error number as an integer.

gupnp_root_device_start

(PECL gupnp >= 0.1.0) Start main loop bool gupnp_root_device_start ( resource $root_device ) Start root server's main loop. Parameters: root_device A root device identifier, returned by gupnp_root_device_new(). Returns: Returns TRUE on success or FALSE on failure. See also:

dbplus_chdir

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Get/Set database virtual current directory string dbplus_chdir ([ string $newdir ] ) Changes the virtual current directory where relation files will be looked for by dbplus_open(). Parameters: newdir The new directory for relation files. You can omit this parameter to query the current working directory. Retur