ncurses_raw

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Switch terminal into raw mode bool ncurses_raw ( void ) Places the terminal in raw mode. Raw mode is similar to cbreak mode, in that characters typed are immediately passed through to the user program. The difference is that in raw mode, the interrupt, quit, suspend and flow control characters are all passed through uninterpreted, instead of generating a signal

GearmanClient::addServers

(PECL gearman >= 0.5.0) Add a list of job servers to the client public bool GearmanClient::addServers ([ string $servers = 127.0.0.1:4730 ] ) Adds a list of job servers that can be used to run a task. No socket I/O happens here; the servers are simply added to the full list of servers. Parameters: servers A comma-separated list of servers, each server specified in the

EventBufferEvent::getDnsErrorString

(PECL event >= 1.2.6-beta) Returns string describing the last failed DNS lookup attempt public string EventBufferEvent::getDnsErrorString ( void ) Returns string describing the last failed DNS lookup attempt made by EventBufferEvent::connectHost() , or an empty string, if there is no DNS error detected. Returns: Returns a string describing DNS lookup error, or an empty string for no error.

IntlDateFormatter::setTimeZoneId

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) Sets the time zone to use public bool IntlDateFormatter::setTimeZoneId ( string $zone ) Object oriented style Procedural style bool datefmt_set_timezone_id ( IntlDateFormatter $fmt , string $zone ) Sets the time zone to use. Parameters: fmt The formatter resource. zone The time zone ID str

db2_column_privileges

(PECL ibm_db2 >= 1.0.0) Returns a result set listing the columns and associated privileges for a table resource db2_column_privileges ( resource $connection [, string $qualifier [, string $schema [, string $table-name [, string $column-name ]]]] ) Returns a result set listing the columns and associated privileges for a table. Parameters: connection A valid connection

ReflectionFunction::isDisabled

(PHP 5, PHP 7) Checks if function is disabled public bool ReflectionFunction::isDisabled ( void ) Checks if the function is disabled, via the disable_functions directive. Returns: TRUE if it's disable, otherwise FALSE See also: ReflectionFunctionAbstract::isUserDefined() - disable_func

cubrid_field_table

(PECL CUBRID >= 8.3.0) Return the name of the table of the specified field string cubrid_field_table ( resource $result, int $field_offset ) This function returns the name of the table of the specified field. This is useful when using large select queries with JOINS. Parameters: result Array type of the fetched result CUBRID_NUM, CUBRID_ASSOC, CUBRID_BOTH.

eio_symlink

(PECL eio >= 0.0.1dev) Create a symbolic link resource eio_symlink ( string $path, string $new_path [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_symlink() creates a symbolic link new_path to path. Parameters: path Source path new_path Target path pri

trader_var

(PECL trader >= 0.2.0) Variance array trader_var ( array $real [, integer $timePeriod [, float $nbDev ]] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. nbDev Number of period. Valid range from 2 to 100000. Returns: Returns

ReflectionFunctionAbstract::getExtensionName

(PHP 5, PHP 7) Gets extension name public string ReflectionFunctionAbstract::getExtensionName ( void ) Get the extensions name. Returns: The extensions name. This function is currently not documented; only its argument list is available. See also: ReflectionFunctionAbs