KTaglib_MPEG_AudioProperties::getLayer

(0.0.1) Returns the layer of a MPEG file public int KTaglib_MPEG_AudioProperties::getLayer ( void ) Returns the layer of the MPEG file (usually 3 for MP3). Returns: Returns the layer as an integer

SWFDisplayItem::skewY

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the Y-skew void SWFDisplayItem::skewY ( float $ddegrees ) swfdisplayitem::skewy() adds ddegrees to current y-skew. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned. This function is EXPERIMENTAL. The beha

RarEntry::extract

(PECL rar >= 0.1) Extract entry from the archive public bool RarEntry::extract ( string $dir [, string $filepath = "" [, string $password = NULL [, bool $extended_data = false ]]] ) RarEntry::extract() extracts the entry's data. It will create new file in the specified dir with the name identical to the entry's name, unless the second argument is specified. See below for more information. Parameters:

hash_file

(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1) Generate a hash value using the contents of a given file string hash_file ( string $algo, string $filename [, bool $raw_output = false ] ) Parameters: algo Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4", etc..) filename URL describing location of file to be hashed; S

CairoContext::closePath

(PECL cairo >= 0.1.0) Closes the current path public void CairoContext::closePath ( void ) Object oriented style (method): Procedural style: void cairo_close_path ( CairoContext $context ) Adds a line segment to the path from the current point to the beginning of the current sub-path, (the most recent point passed to CairoContext::moveTo()), and closes this sub-path. After this call the current point will be at the join

IntlTimeZone::getRawOffset

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the raw GMT offset (before taking daylight savings time into account public integer IntlTimeZone::getRawOffset ( void ) Returns: This function is currently not documented; only its argument list is available.

method_exists

(PHP 4, PHP 5, PHP 7) Checks if the class method exists bool method_exists ( mixed $object, string $method_name ) Checks if the class method exists in the given object. Parameters: object An object instance or a class name method_name The method name Returns: Returns TRUE if the method given by method_name has

maxdb_connect_error

(PECL maxdb >= 1.0) Returns a string description of the last connect error string maxdb_connect_error ( void ) The maxdb_connect_error() function is identical to the corresponding maxdb_connect_errno() function in every way, except instead of returning an integer error code the maxdb_connect_error() function will return a string representation of the last error to occur for the last maxdb_connect() call. If no error has o

Yaf_Loader::__sleep

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

TokyoTyrantIterator::rewind

(PECL tokyo_tyrant >= 0.2.0) Rewinds the iterator public void TokyoTyrantIterator::rewind ( void ) Rewinds the iterator for new iteration. Called automatically at the beginning of foreach. Returns: Throws TokyoTyrantException if iterator initialization fails. See also: TokyoTyrantIterator::valid() -