xml_parser_create

(PHP 4, PHP 5, PHP 7) Create an XML parser resource xml_parser_create ([ string $encoding ] ) xml_parser_create() creates a new XML parser and returns a resource handle referencing it to be used by the other XML functions. Parameters: encoding The optional encoding specifies the character encoding for the input/output in PHP 4. Starting from PHP 5, the input encoding is a

ps_set_border_dash

(PECL ps >= 1.1.0) Sets length of dashes for border of annotations bool ps_set_border_dash ( resource $psdoc, float $black, float $white ) Links added with one of the functions ps_add_weblink(), ps_add_pdflink(), etc. will be displayed with a surounded rectangle when the postscript document is converted to pdf and viewed in a pdf viewer. This rectangle is not visible in the postscript document. This function sets the leng

trader_maxindex

(PECL trader >= 0.2.0) Index of highest value over a specified period array trader_maxindex ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

pg_end_copy

(PHP 4 >= 4.0.3, PHP 5, PHP 7) Sync with PostgreSQL backend bool pg_end_copy ([ resource $connection ] ) pg_end_copy() syncs the PostgreSQL frontend (usually a web server process) with the PostgreSQL server after doing a copy operation performed by pg_put_line(). pg_end_copy() must be issued, otherwise the PostgreSQL server may get out of sync with the frontend and will report an error. Parameters:

ncurses_wrefresh

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Refresh window on terminal screen int ncurses_wrefresh ( resource $window ) Parameters: window This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function sh

mysqli::$error_list

(PHP 5 >= 5.4.0, PHP 7) Returns a list of errors from the last command executed array mysqli_error_list ( mysqli $link ) Object oriented style array $mysqli->error_list; Procedural style Returns a array of errors for the most recent MySQLi function call that can succeed or fail. Parameters: link Procedural style only: A link identifier returned by mysqli_connect() o

fileatime

(PHP 4, PHP 5, PHP 7) Gets last access time of file int fileatime ( string $filename ) Gets the last access time of the given file. Parameters: filename Path to the file. Returns: Returns the time the file was last accessed, or FALSE on failure. The time is returned as a Unix timestamp. Exception: Upon failure, a

MongoCursor::count

(PECL mongo >=0.9.2) Counts the number of results for this query public int MongoCursor::count ([ bool $foundOnly = FALSE ] ) This method does not affect the state of the cursor: if you haven't queried yet, you can still apply limits, skips, etc. If you have started iterating through results, it will not move the current position of the cursor. If you have exhasted the cursor, it will not reset it. Param

maxdb_multi_query

(PECL maxdb >= 1.0) Performs a query on the database bool maxdb_multi_query ( resource $link, string $query ) Procedural style Object oriented style bool maxdb::multi_query ( string $query ) The maxdb_multi_query() works like the function maxdb_query(). Multiple queries are not yet supported. Returns: Returns TRUE on success or FALSE on failure.

Yar_Concurrent_Client::call

(PECL yar >= 1.0.0) Register a concurrent call public static int Yar_Concurrent_Client::call ( string $uri, string $method, array $parameters [, callable $callback ] ) Register a RPC call, but won't sent it immediately, it will be send while further call to Yar_Concurrent_Client::loop() Parameters: uri The RPC server URI(http, tcp) method