SolrParams::unserialize

(PECL solr >= 0.9.2) Used for custom serialization final public void SolrParams::unserialize ( string $serialized ) Used for custom serialization Parameters: serialized The serialized representation of the object Returns: None

runkit_sandbox_output_handler

(PECL runkit >= 0.7.0) Specify a function to capture and/or process output from a runkit sandbox mixed runkit_sandbox_output_handler ( object $sandbox [, mixed $callback ] ) Ordinarily, anything output (such as with echo or print) will be output as though it were printed from the parent's scope. Using runkit_sandbox_output_handler() however, output generated by the sandbox (including errors), can be captured by a functi

UConverter::getSourceEncoding

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the source encoding public string UConverter::getSourceEncoding ( void ) Returns: This function is currently not documented; only its argument list is available.

DOMCharacterData::replaceData

(PHP 5, PHP 7) Replace a substring within the DOMCharacterData node void DOMCharacterData::replaceData ( int $offset, int $count, string $data ) Replace count characters starting from position offset with data. Parameters: offset The offset from which to start replacing. count The number of characters to replace. If the sum of offset

PDF_create_bookmark

(PECL pdflib >= 2.0.0) Create bookmark int PDF_create_bookmark ( resource $pdfdoc, string $text, string $optlist ) Creates a bookmark subject to various options.

Imagick::getImageMimeType

(No version information available, might only be in Git) Description public string Imagick::getImageMimeType ( void ) Returns the image mime-type. Returns:

SolrQuery::setMltMaxNumQueryTerms

(PECL solr >= 0.9.2) Sets the maximum number of query terms included public SolrQuery SolrQuery::setMltMaxNumQueryTerms ( int $value ) Sets the maximum number of query terms that will be included in any generated query. Parameters: value The maximum number of query terms that will be included in any generated query Returns: Returns the current

CURLFile::getMimeType

(PHP 5 >= 5.5.0, PHP 7) Get MIME type public string CURLFile::getMimeType ( void ) Returns: Returns MIME type.

EmptyIterator::valid

(PHP 5 >= 5.1.0, PHP 7) The valid() method public bool EmptyIterator::valid ( void ) The EmptyIterator valid() method. Returns: FALSE This function is currently not documented; only its argument list is available.

cairo_matrix_create_scale

(PECL cairo >= 0.1.0) Alias of CairoMatrix::initScale() This function is an alias of: CairoMatrix::initScale(). This function alias is deprecated and only exists for backwards compatibility reasons. The use of this function is not recommended, as it may be removed from PHP in the future.