newt_redraw_help_line

(PECL newt >= 0.1) void newt_redraw_help_line ( void ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

ncurses_del_panel

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Remove panel from the stack and delete it (but not the associated window) bool ncurses_del_panel ( resource $panel ) Parameters: panel This function is currently not documented; only its argument list is available.

libxml_set_external_entity_loader

(PHP 5 >= 5.4.0, PHP 7) Changes the default external entity loader void libxml_set_external_entity_loader ( callable $resolver_function ) Changes the default external entity loader. Parameters: resolver_function A callable that takes three arguments. Two strings, a public id and system id, and a context (an array with four keys) as the third argument. This callback sh

SolrQuery::getFacetMissing

(PECL solr >= 0.9.2) Returns the current state of the facet.missing parameter public bool SolrQuery::getFacetMissing ([ string $field_override ] ) Returns the current state of the facet.missing parameter. This accepts an optional field override Parameters: field_override The name of the field Returns: Returns a boolean on success and NULL if n

ncurses_wmouse_trafo

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Transforms window/stdscr coordinates bool ncurses_wmouse_trafo ( resource $window, int &$y, int &$x, bool $toscreen ) Parameters: window x y toscreen This func

pg_query_params

(PHP 5 >= 5.1.0, PHP 7) Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text. resource pg_query_params ([ resource $connection ], string $query, array $params ) Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text. pg_query_params() is like pg_query(), but offers add

ncurses_wvline

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draws a vertical line in a window at current position using an attributed character and max. n characters long int ncurses_wvline ( resource $window, int $charattr, int $n ) Parameters: window charattr n

MongoCommandCursor::createFromDocument

(PECL mongo >=1.5.0) Create a new command cursor from an existing command response document public static MongoCommandCursor MongoCommandCursor::createFromDocument ( MongoClient $connection, string $hash, array $document ) Use this method if you have a raw command result with cursor information in it. Note that cursors created with this method cannot be iterated multiple times, as they will lack the original command neces

sqlsrv_begin_transaction

(No version information available, might only be in Git) Begins a database transaction bool sqlsrv_begin_transaction ( resource $conn ) The transaction begun by sqlsrv_begin_transaction() includes all statements that were executed after the call to sqlsrv_begin_transaction() and before calls to sqlsrv_rollback() or sqlsrv_commit(). Explicit transactions should be started and committed or rolled back using these functions ins

Yaf_Exception::__construct

(Yaf >=1.0.0) The __construct purpose public Yaf_Exception::__construct ( void ) Returns: This function is currently not documented; only its argument list is available.