EvStat::prev

(PECL ev >= 0.2.0) Returns the previous set of values returned by EvStat::attr public void EvStat::prev ( void ) Just like EvStat::attr() , but returns the previous set of values. Returns: Returns an array with the same structure as the array returned by EvStat::attr() . The array contains previously detected values. See also:

SplFileObject::fgetcsv

(PHP 5 >= 5.1.0, PHP 7) Gets line from file and parse as CSV fields public array SplFileObject::fgetcsv ([ string $delimiter = "," [, string $enclosure = "\"" [, string $escape = "\\" ]]] ) Gets a line from the file which is in CSV format and returns an array containing the fields read. Parameters: delimiter The field delimiter (one character only). Defaults as a co

Yaf_Response_Abstract::setAllHeaders

(Yaf >=1.0.0) The setAllHeaders purpose protected void Yaf_Response_Abstract::setAllHeaders ( void ) Returns: This function is currently not documented; only its argument list is available.

ReflectionProperty::__clone

(PHP 5, PHP 7) Clone final private void ReflectionProperty::__clone ( void ) Clones. Returns: This function is currently not documented; only its argument list is available. See also: ReflectionProperty::export() - Object cloning -

shm_detach

(PHP 4, PHP 5, PHP 7) Disconnects from shared memory segment bool shm_detach ( resource $shm_identifier ) shm_detach() disconnects from the shared memory given by the shm_identifier created by shm_attach(). Remember, that shared memory still exist in the Unix system and the data is still present. Parameters: shm_identifier A shared memory resource handle as returned by sh

SplFileObject::getCsvControl

(PHP 5 >= 5.2.0, PHP 7) Get the delimiter and enclosure character for CSV public array SplFileObject::getCsvControl ( void ) Gets the delimiter and enclosure character used for parsing CSV fields. Returns: Returns an indexed array containing the delimiter and enclosure character. Examples: SplFileObject::getCsvControl() example

SWFMovie::saveToFile

(PHP 5 <= 5.3.0, PECL ming SVN) int SWFMovie::saveToFile ( resource $x [, int $compression = -1 ] ) Parameters: X compression The compression level can be a value between 0 and 9, defining the SWF compression similar to gzip compression. This parameter is only available as of Flash MX (6). Returns: Return the number of bytes w

GearmanWorker::addOptions

(PECL gearman >= 0.6.0) Add worker options public bool GearmanWorker::addOptions ( int $option ) Adds one or more options to the options previously set. Parameters: option The options to be added Returns: Always returns TRUE. See also: GearmanWorker::options

mcrypt_module_close

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Closes the mcrypt module bool mcrypt_module_close ( resource $td ) Closes the specified encryption handle. Parameters: td The encryption descriptor. Returns: Returns TRUE on success or FALSE on failure. See also: mcrypt_module_

ibase_blob_info

(PHP 5, PHP 7) Return blob length and other useful info array ibase_blob_info ( resource $link_identifier, string $blob_id ) array ibase_blob_info ( string $blob_id ) Returns the BLOB length and other useful information. Parameters: link_identifier An InterBase link identifier. If omitted, the last opened link is assumed. blob_id A BLO