Yaf_Request_Abstract::isRouted

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

OCI-Lob::close

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Closes LOB descriptor bool OCI-Lob::close ( void ) Closes descriptor of LOB or FILE. This function should be used only with OCI-Lob::writeTemporary. Returns: Returns TRUE on success or FALSE on failure. See also: OCI-Lob::writeTemporary - Lob::writeTemporary

OCI-Lob::rewind

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Moves the internal pointer to the beginning of the large object bool OCI-Lob::rewind ( void ) Sets the internal pointer to the beginning of the large object. Returns: Returns TRUE on success or FALSE on failure. See also: OCI-Lob::seek - Lob::seek O

SolrClient::addDocuments

(PECL solr >= 0.9.2) Adds a collection of SolrInputDocument instances to the index public void SolrClient::addDocuments ( array $docs [, bool $overwrite = true [, int $commitWithin = 0 ]] ) Adds a collection of documents to the index. Parameters: docs An array containing the collection of SolrInputDocument instances. This array must be an actual variable.

fann_set_quickprop_mu

(PECL fann >= 1.0.0) Sets the quickprop mu factor bool fann_set_quickprop_mu ( resource $ann, float $quickprop_mu ) Sets the quickprop mu factor. Parameters: ann Neural network resource. quickprop_mu The mu factor. Returns: Returns TRUE on success, or FALSE otherwise.

eio_nready

(PECL eio >= 0.0.1dev) Returns number of not-yet handled requests int eio_nready ( void ) Returns: eio_nready() returns number of not-yet handled requests

KTaglib_MPEG_File::getID3v1Tag

(0.0.1) Returns an object representing an ID3v1 tag public KTaglib_ID3v1_Tag KTaglib_MPEG_File::getID3v1Tag ([ bool $create = false ] ) Returns an object that represents an ID3v1 tag, which can be used to get information about the ID3v1 tag. Returns: Returns an KTaglib_MPEG_ID3v1Tag object or false if there is no ID3v1 tag.

radius_get_tagged_attr_tag

(PECL radius >= 1.3.0) Extracts the tag from a tagged attribute integer radius_get_tagged_attr_tag ( string $data ) If a tagged attribute has been returned from radius_get_attr(), radius_get_tagged_attr_data() will return the tag from the attribute. Parameters: data The tagged attribute to be decoded. Returns: Returns the tag from the tagged a

OCI-Lob::erase

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Erases a specified portion of the internal LOB data int OCI-Lob::erase ([ int $offset [, int $length ]] ) Erases a specified portion of the internal LOB data starting at a specified offset. If called without parameters, it erases all LOB data. For BLOBs, erasing means that the existing LOB value is overwritten with zero-bytes. For CLOBs, the existing LOB value is overwritten with space

Yaf_Route_Static::assemble

(Yaf >=2.3.0) Assemble a url public string Yaf_Route_Static::assemble ( array $info [, array $query ] ) Assemble a url. Parameters: info Assemble a url. query Assemble a url. Returns: Examples: Yaf_Route_Static::assemble() example <