ncurses_addnstr

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

ncurses_addstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Output text at current position int ncurses_addstr ( 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 function should be us

ncurses_attroff

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Turn off the given attributes int ncurses_attroff ( 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 shoul

ncurses_attrset

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set given attributes int ncurses_attrset ( 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 be used

radius_put_vendor_int

(PECL radius >= 1.1.0) Attaches a vendor specific integer attribute bool radius_put_vendor_int ( resource $radius_handle, int $vendor, int $type, int $value [, int $options = 0 [, int $tag ]] ) Attaches a vendor specific integer attribute to the current RADIUS request. Note: A request must be created via radius_create_request() before this function can be called. Parameters: ra

radius_request_authenticator

(PECL radius >= 1.1.0) Returns the request authenticator string radius_request_authenticator ( resource $radius_handle ) The request authenticator is needed for demangling mangled data like passwords and encryption-keys. Returns: Returns the request authenticator as string, or FALSE on error. See also: radius

radius_put_vendor_string

(PECL radius >= 1.1.0) Attaches a vendor specific string attribute bool radius_put_vendor_string ( resource $radius_handle, int $vendor, int $type, string $value [, int $options = 0 [, int $tag ]] ) Attaches a vendor specific string attribute to the current RADIUS request. In general, radius_put_vendor_attr() is a more useful function for attaching string attributes, as it is binary safe. Note: A request must be creat

radius_get_vendor_attr

(PECL radius >= 1.1.0) Extracts a vendor specific attribute array radius_get_vendor_attr ( string $data ) If radius_get_attr() returns RADIUS_VENDOR_SPECIFIC, radius_get_vendor_attr() may be called to determine the vendor. Returns: Returns an associative array containing the attribute-type, vendor and the data, or FALSE on error. Examples:

radius_put_vendor_addr

(PECL radius >= 1.1.0) Attaches a vendor specific IP address attribute bool radius_put_vendor_addr ( resource $radius_handle, int $vendor, int $type, string $addr ) Attaches an IP address vendor specific attribute to the current RADIUS request. Note: A request must be created via radius_create_request() before this function can be called. Parameters: radius_handle Th

radius_put_addr

(PECL radius >= 1.1.0) Attaches an IP address attribute bool radius_put_addr ( resource $radius_handle, int $type, string $addr [, int $options = 0 [, int $tag ]] ) Attaches an IP address attribute to the current RADIUS request. Note: A request must be created via radius_create_request() before this function can be called. Parameters: radius_handle The RADIUS resour