MongoGridFSFile::write

(PECL mongo >=0.9.0) Writes this file to the filesystem public int MongoGridFSFile::write ([ string $filename = NULL ] ) Parameters: filename The location to which to write the file. If none is given, the stored filename will be used. Returns: Returns the number of bytes written. Examples:

ReflectionClass::isIterateable

(PHP 5, PHP 7) Checks if iterateable public bool ReflectionClass::isIterateable ( void ) Checks whether the class is iterateable. Returns: Returns TRUE on success or FALSE on failure. Examples: ReflectionClass::isIterateable() example <?php class IteratorClass implements Iterator {     public function __construct() { 

HaruPage::getGrayStroke

(PECL haru >= 0.0.1) Get the current stroking color float HaruPage::getGrayStroke ( void ) Get the current stroking color. Returns: Returns the current stroking color. Exception: Throws a HaruException on error. See also: HaruPage::setGrayStroke() -

variant_cmp

(PHP 5, PHP 7) Compares two variants int variant_cmp ( mixed $left, mixed $right [, int $lcid [, int $flags ]] ) Compares left with right. This function will only compare scalar values, not arrays or variant records. Parameters: left The left operand. right The right operand. lcid A valid Locale Ide

xmlrpc_server_add_introspection_data

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Adds introspection documentation int xmlrpc_server_add_introspection_data ( resource $server, array $desc ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This func

GearmanClient::addTaskHighBackground

(PECL gearman >= 0.5.0) Add a high priority background task to be run in parallel public GearmanTask GearmanClient::addTaskHighBackground ( string $function_name, string $workload [, mixed &$context [, string $unique ]] ) Adds a high priority background task to be run in parallel with other tasks. Call this method for all the tasks to be run in parallel, then call GearmanClient::runTasks() to perform the work. Tasks w

APCUIterator::current

(PECL apcu >= 5.0.0) Get current item public mixed APCUIterator::current ( void ) Gets the current item from the APCUIterator stack. Returns: Returns the current item on success, or FALSE if no more items or exist, or on failure. See also: APCUIterator::next() - Iterator::current()

geoip_db_avail

(PECL geoip >= 1.0.1) Determine if GeoIP Database is available bool geoip_db_avail ( int $database ) The geoip_db_avail() function returns if the corresponding GeoIP Database is available and can be opened on disk. It does not indicate if the file is a proper database, only if it is readable. Parameters: database The database type as an integer. You can use the vario

SWFDisplayItem::setName

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the object's name void SWFDisplayItem::setName ( string $name ) swfdisplayitem::setname() sets the object's name to name, for targetting with action script. Only useful on sprites. 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.

CachingIterator::__toString

(PHP 5, PHP 7) Return the string representation of the current element public void CachingIterator::__toString ( void ) Get the string representation of the current element. Returns: The string representation of the current element. This function is currently not documented; only its argument list is available.