ncurses_assume_default_colors

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Define default colors for color 0 int ncurses_assume_default_colors ( int $fg, int $bg ) Parameters: fg bg This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notic

ncurses_addchstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Add attributed string at current position int ncurses_addchstr ( string $s ) Parameters: s 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 should

ncurses_addchnstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Add attributed string with specified length at current position int ncurses_addchnstr ( string $s, int $n ) Parameters: s n This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may cha

radius_server_secret

(PECL radius >= 1.1.0) Returns the shared secret string radius_server_secret ( resource $radius_handle ) The shared secret is needed as salt for demangling mangled data like passwords and encryption-keys. Returns: Returns the server's shared secret as string, or FALSE on error.

radius_send_request

(PECL radius >= 1.1.0) Sends the request and waites for a reply int radius_send_request ( resource $radius_handle ) After the Radius request has been constructed, it is sent by radius_send_request(). The radius_send_request() function sends the request and waits for a valid reply, retrying the defined servers in round-robin fashion as necessary. Returns: If a valid response is received, radiu

radius_strerror

(PECL radius >= 1.1.0) Returns an error message string radius_strerror ( resource $radius_handle ) If Radius-functions fail then they record an error message. This error message can be retrieved with this function. Returns: Returns error messages as string from failed radius functions.

ncurses_attron

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Turn on the given attributes int ncurses_attron ( int $attributes ) Parameters: attributes 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 should

ncurses_baudrate

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns baudrate of terminal int ncurses_baudrate ( void ) 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 should be used at your own risk. This function is currently

radius_salt_encrypt_attr

(PECL radius >= 1.3.0) Salt-encrypts a value string radius_salt_encrypt_attr ( resource $radius_handle, string $data ) Applies the RADIUS salt-encryption algorithm to the given value. In general, this is achieved automatically by providing the RADIUS_OPTION_SALT option to an attribute setter function, but this function can be used if low-level request construction is required. Parameters:

ncurses_addch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Add character at current position and advance cursor int ncurses_addch ( int $ch ) Parameters: ch 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