HaruPage::setLineCap

(PECL haru >= 0.0.1) Set the shape to be used at the ends of lines bool HaruPage::setLineCap ( int $cap ) Defines the shape to be used at the ends of lines. Parameters: cap Must be one of the following values: HaruPage::BUTT_END - the line is squared off at the endpoint of the path. HaruPage::ROUND_END - the end of the line becomes a semicircle with center in the e

sqlite_prev

(PHP 5 < 5.4.0) Seek to the previous row number of a result set bool sqlite_prev ( resource $result ) Object oriented style (method): bool SQLiteResult::prev ( void ) sqlite_prev() seeks back the result handle to the previous row. Parameters: result The SQLite result resource. This parameter is not required when using the object-oriented method. Note: This function

ReflectionClass::isInternal

(PHP 5, PHP 7) Checks if class is defined internally by an extension, or the core public bool ReflectionClass::isInternal ( void ) Checks if the class is defined internally by an extension, or the core, as opposed to user-defined. Returns: Returns TRUE on success or FALSE on failure. Examples: Basic usage of ReflectionClass::isInternal

SWFSprite::setFrames

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the total number of frames in the animation void SWFSprite::setFrames ( int $number ) swfsprite::setframes() sets the total number of frames in the animation to numberofframes. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change

streamWrapper::stream_metadata

(PHP 5 >= 5.4.0, PHP 7) Change stream options public bool streamWrapper::stream_metadata ( string $path, int $option, mixed $value ) This method is called to set metadata on the stream. It is called when one of the following functions is called on a stream URL: touch() chmod() chown() chgrp() Note: The function is available since PHP 5.4.0. Parameters: path The file

IteratorIterator::valid

(PHP 5 >= 5.1.0, PHP 7) Checks if the iterator is valid public bool IteratorIterator::valid ( void ) Checks if the iterator is valid. Returns: Returns TRUE if the iterator is valid, otherwise FALSE See also: iterator_count() - IteratorIterator::current() -

geoip_region_by_name

(PECL geoip >= 0.2.0) Get the country code and region array geoip_region_by_name ( string $hostname ) The geoip_region_by_name() function will return the country and region corresponding to a hostname or an IP address. This function is currently only available to users who have bought a commercial GeoIP Region Edition. A warning will be issued if the proper database cannot be located. The names of the different keys o

CairoSvgSurface::getVersions

(PECL cairo >= 0.1.0) Used to retrieve a list of supported SVG versions public static array CairoSvgSurface::getVersions ( void ) Object oriented style (method): Procedural style: array cairo_svg_get_versions ( void ) Returns a numerically indexed array of currently available CairoSvgVersion constants. In order to retreive the string values for each item, use CairoSvgSurface::versionToString(). Retu

hw_api_object::value

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns value of attribute string hw_api_object::value ( string $name ) Returns value of an attribute. Parameters: name The attribute name. Returns: Returns the value of the attribute with the given name or FALSE if an error occurred.

hw_api_object::attreditable

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Checks whether an attribute is editable bool hw_api_object::attreditable ( array $parameter ) Checks whether an attribute is editable. Parameters: parameter Checks whether an attribute is editable. Returns: Returns TRUE if the attribute is editable, FALSE otherwise.