APCIterator::getTotalSize

(PECL apc >= 3.1.1) Get total cache size public int APCIterator::getTotalSize ( void ) Gets the total cache size. Returns: The total cache size. This function is currently not documented; only its argument list is available. See also: APCIterator::getTotalCount() -

XMLWriter::fullEndElement

(PHP 5 >= 5.2.0, PHP 7, PECL xmlwriter >= 2.0.4) End current element bool XMLWriter::fullEndElement ( void ) Object oriented style Procedural style bool xmlwriter_full_end_element ( resource $xmlwriter ) End the current xml element. Writes an end tag even if the element is empty. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being m

ImagickDraw::setTextInterlineSpacing

(No version information available, might only be in Git) Description public void ImagickDraw::setTextInterlineSpacing ( float $spacing ) Sets the text interline spacing. Parameters: spacing Sets the text interline spacing. Returns: This function is currently not documented; only its argument list is available.

fann_get_errno

(PECL fann >= 1.0.0) Returns the last error number int fann_get_errno ( resource $errdat ) Returns the last error number. Parameters: errdat Either neural network resource or neural network trainining data resource. Returns: The error number, or FALSE on error. See also:

MongoClient::__get

(PECL mongo >=1.3.0) Gets a database public MongoDB MongoClient::__get ( string $dbname ) This is the cleanest way of getting a database. If the database name has any special characters, MongoClient::selectDB() will need to be used; however, this should be sufficient for most cases. <?php $mongo = new MongoClient(); // the following two lines are equivalent $db = $mongo->selectDB("foo"); $db = $mongo->foo;

CairoFontOptions::getHintStyle

(PECL cairo >= 0.1.0) The getHintStyle purpose public int CairoFontOptions::getHintStyle ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoFontOptions::getHintStyle() example

GearmanWorker::__construct

(PECL gearman >= 0.5.0) Create a GearmanWorker instance public GearmanWorker::__construct ( void ) Creates a GearmanWorker instance representing a worker that connects to the job server and accepts tasks to run. Returns: A GearmanWorker object See also: GearmanWorker::clone() -

SolrObject::offsetUnset

(PECL solr >= 0.9.2) Unsets the value for the property public void SolrObject::offsetUnset ( string $property_name ) Unsets the value for the property. This is used when the object is treated as an array. This object is read-only. This should never be attempted. Parameters: property_name The name of the property. Returns: Returns TRUE on succ

Generator::throw

(PHP 5 >= 5.5.0, PHP 7) Throw an exception into the generator public mixed Generator::throw ( Exception $exception ) Throws an exception into the generator and resumes execution of the generator. The behavior will be the same as if the current yield expression was replaced with a throw $exception statement. If the generator is already closed when this method is invoked, the exception will be thrown in the caller's conte

kadm5_init_with_password

(PECL kadm5 >= 0.2.3) Opens a connection to the KADM5 library resource kadm5_init_with_password ( string $admin_server, string $realm, string $principal, string $password ) Opens a connection with the KADM5 library using the principal and the given password to obtain initial credentials from the admin_server. Parameters: admin_server The server.