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.

Yaf_Loader::getLibraryPath

(Yaf >=2.1.4) get the library path public Yaf_Loader Yaf_Loader::getLibraryPath ([ bool $is_global = false ] ) Returns: This function is currently not documented; only its argument list is available.

gupnp_device_action_callback_set

(PECL gupnp >= 0.1.0) Set device callback function bool gupnp_device_action_callback_set ( resource $root_device, int $signal, string $action_name, mixed $callback [, mixed $arg ] ) Set device callback function for signal and action. Parameters: root_device A root device identifier, returned by gupnp_root_device_new(). signal The val

SQLite3Stmt::bindValue

(PHP 5 >= 5.3.0, PHP 7) Binds the value of a parameter to a statement variable public bool SQLite3Stmt::bindValue ( string $sql_param, mixed $value [, int $type ] ) Binds the value of a parameter to a statement variable. Parameters: sql_param An string identifying the statement variable to which the value should be bound. value The v