ncurses_panel_below

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns the panel below panel resource ncurses_panel_below ( resource $panel ) Parameters: panel This function is currently not documented; only its argument list is available.

SphinxClient::escapeString

(PECL sphinx >= 0.1.0) Escape special characters public string SphinxClient::escapeString ( string $string ) Escapes characters that are treated as special operators by the query language parser. Parameters: string String to escape. Returns: Returns escaped string.

ncurses_putp

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Apply padding information to the string and output it int ncurses_putp ( string $text ) Parameters: text 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 fu

trader_ht_dcphase

(PECL trader >= 0.2.0) Hilbert Transform - Dominant Cycle Phase array trader_ht_dcphase ( array $real ) Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

mysqli_stmt::close

(PHP 5, PHP 7) Closes a prepared statement bool mysqli_stmt::close ( void ) Object oriented style Procedural style bool mysqli_stmt_close ( mysqli_stmt $stmt ) Closes a prepared statement. mysqli_stmt_close() also deallocates the statement handle. If the current statement has pending or unread results, this function cancels them so that the next query can be executed. Parameters: stm

mysqli::stmt_init

(PHP 5, PHP 7) Initializes a statement and returns an object for use with mysqli_stmt_prepare mysqli_stmt mysqli::stmt_init ( void ) Object oriented style Procedural style mysqli_stmt mysqli_stmt_init ( mysqli $link ) Allocates and initializes a statement object suitable for mysqli_stmt_prepare(). Note: Any subsequent calls to any mysqli_stmt function will fail until mysqli_stmt_prepare() was called. P

HaruPage::showTextNextLine

(PECL haru >= 0.0.1) Move the current position to the start of the next line and print the text bool HaruPage::showTextNextLine ( string $text [, float $word_space = 0 [, float $char_space = 0 ]] ) Moves the current position to the start of the next line and print out the text. Parameters: text The text to show. word_space The word

ingres_field_precision

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0) Get the precision of a field int ingres_field_precision ( resource $result, int $index ) ingres_field_precision() returns the precision of a field. This value is used only for decimal, float, and money SQL data types. For detailed information, see the Ingres OpenAPI User Guide, Appendix "Data Types" in the Ingres documentation. Note: Related Configurations Se

pg_field_size

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Returns the internal storage size of the named field int pg_field_size ( resource $result, int $field_number ) pg_field_size() returns the internal storage size (in bytes) of the field number in the given PostgreSQL result. Note: This function used to be called pg_fieldsize(). Parameters: result PostgreSQL query result resource, re

m_settimeout

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Set maximum transaction time (per trans) int m_settimeout ( resource $conn, int $seconds ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). seconds An MCVE_CONN resource returned by m_initengine(). Returns: