override_function

(PECL apd >= 0.2) Overrides built-in functions bool override_function ( string $function_name, string $function_args, string $function_code ) Overrides built-in functions by replacing them in the symbol table. Parameters: function_name The function to override. function_args The function arguments, as a comma separated string. Usua

SwishResults::seekResult

(PECL swish >= 0.1.0) Set current seek pointer to the given position int SwishResults::seekResult ( int $position ) Parameters: position Zero-based position number. Cannot be less than zero. Returns: Returns new position value on success. This function is EXPERIMENTAL. The behaviour of this function, its name

ZipArchive::setCommentIndex

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.4.0) Set the comment of an entry defined by its index bool ZipArchive::setCommentIndex ( int $index, string $comment ) Set the comment of an entry defined by its index. Parameters: index Index of the entry. comment The contents of the comment. Returns: Returns TRUE on

trader_cdlhammer

(PECL trader >= 0.2.0) Hammer array trader_cdlhammer ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing price, array

eio_utime

(PECL eio >= 0.0.1dev) Change file last access and modification times. resource eio_utime ( string $path, float $atime, float $mtime [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) Parameters: path Path to the file. atime Access time mtime Modification time

db2_conn_errormsg

(PECL ibm_db2 >= 1.0.0) Returns the last connection error message and SQLCODE value string db2_conn_errormsg ([ resource $connection ] ) db2_conn_errormsg() returns an error message and SQLCODE value representing the reason the last database connection attempt failed. As db2_connect() returns FALSE in the event of a failed connection attempt, do not pass any parameters to db2_conn_errormsg() to retrieve the associated e

CairoContext::getFillRule

(PECL cairo >= 0.1.0) The getFillRule purpose public int CairoContext::getFillRule ( void ) Object oriented style (method): Procedural style: int cairo_get_fill_rule ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documen

PDF_get_errmsg

(PECL pdflib >= 2.0.0) Get error text string PDF_get_errmsg ( resource $pdfdoc ) Gets the text of the last thrown exception or the reason for a failed function call.

geoip_time_zone_by_country_and_region

(PECL geoip >= 1.0.4) Returns the time zone for some country and region code combo string geoip_time_zone_by_country_and_region ( string $country_code [, string $region_code ] ) The geoip_time_zone_by_country_and_region() function will return the time zone corresponding to a country and region code combo. In the United States, the region code corresponds to the two-letter abbreviation of each state. In Canada, the regio

openssl_pkey_get_private

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Get a private key resource openssl_pkey_get_private ( mixed $key [, string $passphrase = "" ] ) openssl_get_privatekey() parses key and prepares it for use by other functions. Parameters: key key can be one of the following: a string having the format file://path/to/file.pem. The named file must contain a PEM encoded certificate/privat