Locale::getDisplayRegion

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Returns an appropriately localized display name for region of the input locale public static string Locale::getDisplayRegion ( string $locale [, string $in_locale ] ) Object oriented style Procedural style string locale_get_display_region ( string $locale [, string $in_locale ] ) Returns an appropriately localized display name for region of the input locale. If is NULL t

apd_set_pprof_trace

(PECL apd >= 0.2) Starts the session debugging string apd_set_pprof_trace ([ string $dump_directory = ini_get("apd.dumpdir") [, string $fragment = "pprof" ]] ) Starts debugging to pprof_{process_id} in the dump directory. Parameters: dump_directory The directory in which the profile dump file is written. If not set, the apd.dumpdir setting from the php.ini file is us

print_r

(PHP 4, PHP 5, PHP 7) Prints human-readable information about a variable mixed print_r ( mixed $expression [, bool $return = false ] ) print_r() displays information about a variable in a way that's readable by humans. print_r(), var_dump() and var_export() will also show protected and private properties of objects with PHP 5. Static class members will not be shown. Parameters: e

RRDUpdater::update

(PECL rrd >= 0.9.0) Update the RRD database file public bool RRDUpdater::update ( array $values [, string $time = time() ] ) Updates the RRD file defined via RRDUpdater::__construct(). The file is updated with a specific values. Parameters: values Data for update. Key is data source name. time Time value for updating the RRD with a

bzread

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Binary safe bzip2 file read string bzread ( resource $bz [, int $length = 1024 ] ) bzread() reads from the given bzip2 file pointer. Reading stops when length (uncompressed) bytes have been read or EOF is reached, whichever comes first. Parameters: bz The file pointer. It must be valid and must point to a file successfully opened by bz

udm_get_res_param

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Get mnoGoSearch result parameters string udm_get_res_param ( resource $res, int $param ) Gets the mnoGoSearch result parameters. Parameters: res res - a link to result identifier, received after call to udm_find(). param param - parameter identifier, may have the follo

XSLTProcessor::transformToDoc

(PHP 5, PHP 7) Transform to a DOMDocument DOMDocument XSLTProcessor::transformToDoc ( DOMNode $doc ) Transforms the source node to a DOMDocument applying the stylesheet given by the XSLTProcessor::importStylesheet() method. Parameters: doc The node to be transformed. Returns: The resulting DOMDocument or FALSE on error.

ifx_errormsg

(PHP 4, PHP <=5.2.0) Returns error message of last Informix call string ifx_errormsg ([ int $errorcode ] ) Returns the Informix error message associated with the most recent Informix error. Parameters: errorcode If specified, the function will return the message corresponding to the specified code. Returns: Return the error message, as a strin

fann_destroy_train

(PECL fann >= 1.0.0) Destructs the training data bool fann_destroy_train ( resource $train_data ) Destructs the training data Parameters: train_data Neural network training data resource. Returns: Returns TRUE on success, or FALSE otherwise.

SolrDisMaxQuery::addTrigramPhraseField

(No version information available, might only be in Git) Adds a Trigram Phrase Field (pf3 parameter) public SolrDisMaxQuery SolrDisMaxQuery::addTrigramPhraseField ( string $field, string $boost [, string $slop ] ) Adds a Trigram Phrase Field (pf3 parameter) Parameters: field Field Name boost Field Boost slop