SolrResponse::getRawResponse

(PECL solr >= 0.9.2) Returns the raw response from the server public string SolrResponse::getRawResponse ( void ) Returns the raw response from the server. Returns: Returns the raw response from the server.

Locale::canonicalize

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Canonicalize the locale string public static string Locale::canonicalize ( string $locale ) Parameters: locale Returns: This function is currently not documented; only its argument list is available.

PDF_end_pattern

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Finish pattern bool PDF_end_pattern ( resource $p ) Finishes the pattern definition. Returns TRUE on success or FALSE on failure.

PDF_end_template

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Finish template bool PDF_end_template ( resource $p ) Finishes a template definition. Returns TRUE on success or FALSE on failure.

cairo_pattern_get_matrix

(PECL cairo >= 0.1.0) Description CairoMatrix cairo_pattern_get_matrix ( CairoPattern $pattern ) The function description goes here. Parameters: pattern Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

Gmagick::getimagebordercolor

(PECL gmagick >= Unknown) Returns the image border color public void Gmagick::getimagebordercolor ( void ) Returns the image border color. Returns: GmagickPixel object representing the color of the border Exception: Throws an GmagickException on error.

XMLWriter::endComment

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 1.0.0) Create end comment bool XMLWriter::endComment ( void ) Object oriented style Procedural style bool xmlwriter_end_comment ( resource $xmlwriter ) Ends the current comment. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_ur

SplFileInfo::getLinkTarget

(PHP 5 >= 5.2.2, PHP 7) Gets the target of a link public string SplFileInfo::getLinkTarget ( void ) Gets the target of a filesystem link. Note: The target may not be the real path on the filesystem. Use SplFileInfo::getRealPath() to determine the true path on the filesystem. Returns: Returns the target of the filesystem link. Exception: Throws RuntimeExcep

gmp_prob_prime

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check if number is "probably prime" int gmp_prob_prime ( GMP $a [, int $reps = 10 ] ) The function uses Miller-Rabin's probabilistic test to check if a number is a prime. Parameters: a The number being checked as a prime. Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided

msql_list_fields

(PHP 4, PHP 5, PHP 7) List result fields resource msql_list_fields ( string $database, string $tablename [, resource $link_identifier ] ) msql_list_fields() returns information about the given table. Parameters: database The name of the database. tablename The name of the table. link_identifier The mSQ