IntlChar::isIDStart

(PHP 7) Check if code point is permissible as the first character in an identifier public static bool IntlChar::isIDStart ( mixed $codepoint ) Determines if the specified character is permissible as the first character in an identifier according to Unicode (The Unicode Standard, Version 3.0, chapter 5.16 Identifiers). TRUE for characters with general categories "L" (letters) and "Nl" (letter numbers). Para

MongoCommandCursor::setReadPreference

(PECL mongo >=1.6.0) Set the read preference for this command public MongoCommandCursor MongoCommandCursor::setReadPreference ( string $read_preference [, array $tags ] ) Parameters: read_preference The read preference mode: MongoClient::RP_PRIMARY, MongoClient::RP_PRIMARY_PREFERRED, MongoClient::RP_SECONDARY, MongoClient::RP_SECONDARY_PREFERRED, or MongoClient::RP_NEARES

hw_api_attribute::key

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns key of the attribute string hw_api_attribute::key ( void ) Returns the name of the attribute. Returns: Returns the name of the attribute as a string. See also: hw_api_attribute::value -

ingres_prepare

(PECL ingres >= 1.1.0) Prepare a query for later execution mixed ingres_prepare ( resource $link, string $query ) Prepares a query for execution by ingres_execute(). The query becomes part of the currently open transaction. If there is no open transaction, ingres_query() opens a new transaction. To close the transaction, you can call either ingres_commit() to commit the changes made to the database or ingres_rollback()

SoapVar::SoapVar

(PHP 5 >= 5.0.1, PHP 7) SoapVar constructor SoapVar::SoapVar ( mixed $data, string $encoding [, string $type_name [, string $type_namespace [, string $node_name [, string $node_namespace ]]]] ) Constructs a new SoapVar object. Parameters: data The data to pass or return. encoding The encoding ID, one of the XSD_... constants.

fbsql_read_clob

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Read a CLOB from the database string fbsql_read_clob ( string $clob_handle [, resource $link_identifier ] ) Reads CLOB data from the database. If a select statement contains BLOB and/or CLOB columns FrontBase will return the data directly when data is fetched. This default behavior can be changed with fbsql_set_lob_mode() so the fetch functions will return handles to BLOB and CLOB data. If

stream_set_chunk_size

(PHP 5 >= 5.4.0, PHP 7) Set the stream chunk size int stream_set_chunk_size ( resource $fp, int $chunk_size ) Set the stream chunk size. Parameters: fp The target stream. chunk_size The desired new chunk size. Returns: Returns the previous chunk size on success. Will return FALSE if chunk_size is less than

maxdb_rpl_query_type

(PECL maxdb >= 1.0) Returns RPL query type int maxdb_rpl_query_type ( resource $link ) Procedural style Object oriented style int maxdb::rpl_query_type ( void ) This function is currently not documented; only its argument list is available.

ncurses_delay_output

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Delay output on terminal using padding characters int ncurses_delay_output ( int $milliseconds ) Parameters: milliseconds This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future relea

VarnishAdmin::clearPanic

(PECL varnish >= 0.4) Clear varnish instance panic messages public int VarnishAdmin::clearPanic ( void ) Returns: Returns the varnish command status.