cubrid_client_encoding

(PECL CUBRID >= 8.3.1) Return the current CUBRID connection charset string cubrid_client_encoding ([ resource $conn_identifier ] ) This function returns the current CUBRID connection charset and is similar to the CUBRID function cubrid_get_charset(). Parameters: conn_identifier The CUBRID connection. If the connection identifier is not specified, the last link opened by

newt_draw_form

(PECL newt >= 0.1) void newt_draw_form ( resource $form ) Parameters: form Returns: No value is returned. This function is currently not documented; only its argument list is available.

pg_fetch_row

(PHP 4, PHP 5, PHP 7) Get a row as an enumerated array array pg_fetch_row ( resource $result [, int $row ] ) pg_fetch_row() fetches one row of data from the result associated with the specified result resource. Note: This function sets NULL fields to the PHP NULL value. Parameters: result PostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_ex

ibase_close

(PHP 5, PHP 7) Close a connection to an InterBase database bool ibase_close ([ resource $connection_id = NULL ] ) Closes the link to an InterBase database that's associated with a connection id returned from ibase_connect(). Default transaction on link is committed, other transactions are rolled back. Parameters: connection_id An InterBase link identifier returned from i

dio_fcntl

(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PHP 7) Performs a c library fcntl on fd mixed dio_fcntl ( resource $fd, int $cmd [, mixed $args ] ) The dio_fcntl() function performs the operation specified by cmd on the file descriptor fd. Some commands require additional arguments args to be supplied. Parameters: fd The file descriptor returned by dio_open().

openssl_pkey_free

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Frees a private key void openssl_pkey_free ( resource $key ) This function frees a private key created by openssl_pkey_new(). Parameters: key Resource holding the key. Returns: No value is returned.

SoapFault::__construct

(PHP 5 >= 5.0.1, PHP 7) SoapFault constructor SoapFault::__construct ( string $faultcode, string $faultstring [, string $faultactor [, string $detail [, string $faultname [, string $headerfault ]]]] ) This function is an alias of: SoapFault::SoapFault()

headers_list

(PHP 5, PHP 7) Returns a list of response headers sent (or ready to send) array headers_list ( void ) headers_list() will return a list of headers to be sent to the browser / client. To determine whether or not these headers have been sent yet, use headers_sent(). Returns: Returns a numerically indexed array of headers. Notes: Headers will onl

Yaf_Route_Supervar::assemble

(Yaf >=2.3.0) Assemble a url public string Yaf_Route_Supervar::assemble ( array $info [, array $query ] ) Assemble a url. Parameters: info Assemble a url. query Assemble a url. Returns: Examples: Yaf_Route_Supervar::assemble() example

ArrayIterator::getFlags

(PHP 5 >= 5.1.0, PHP 7) Get flags public void ArrayIterator::getFlags ( void ) Get the current flags. Returns: The current flags. This function is currently not documented; only its argument list is available. See also: ArrayIterator::valid() -