pg_free_result

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Free result memory bool pg_free_result ( resource $result ) pg_free_result() frees the memory and data associated with the specified PostgreSQL query result resource. This function need only be called if memory consumption during script execution is a problem. Otherwise, all result memory will be automatically freed when the script ends. Note: This function used to be called pg_freeres

oci_set_client_info

(PHP 5.3.2, PHP 7, PECL OCI8 >= 1.4.0) Sets the client information bool oci_set_client_info ( resource $connection, string $client_info ) Sets the client information for Oracle tracing. The client information is registered with the database when the next 'roundtrip' from PHP to the database occurs, typically when an SQL statement is executed. The client information can subsequently be queried from database administrat

QuickHashStringIntHash::update

(No version information available, might only be in Git) This method updates an entry in the hash with a new value public bool QuickHashStringIntHash::update ( string $key, int $value ) This method updates an entry with a new value, and returns whether the entry was update. If there are duplicate keys, only the first found element will get an updated value. Use QuickHashStringIntHash::CHECK_FOR_DUPES during hash creation to

CairoContext::getGroupTarget

(PECL cairo >= 0.1.0) The getGroupTarget purpose public void CairoContext::getGroupTarget ( void ) Object oriented style (method): Procedural style: void cairo_get_group_target ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently

gzdecode

(PHP 5 >= 5.4.0, PHP 7) Decodes a gzip compressed string string gzdecode ( string $data [, int $length ] ) This function returns a decoded version of the input data. Parameters: data The data to decode, encoded by gzencode(). length The maximum length of data to decode. Returns: The decoded string, or FALSE

fann_set_activation_steepness_layer

(PECL fann >= 1.0.0) Sets the activation steepness for all of the neurons in the supplied layer number bool fann_set_activation_steepness_layer ( resource $ann, float $activation_steepness, int $layer ) Set the activation steepness for all of the neurons in layer number layer, counting the input layer as layer 0. It is not possible to set activation steepness for the neurons in the input layer. Paramete

ncurses_init_pair

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Define a color pair int ncurses_init_pair ( int $pair, int $fg, int $bg ) Defines or redefines the given color pair to have the given foreground and background colors. If the color pair was previously initialized, the screen is refreshed and all occurrences of it are changed to reflect the new definition. Color capabilities must be initialized using ncurses_st

OAuthProvider::reportProblem

(PECL OAuth >= 1.0.0) Report a problem final public static string OAuthProvider::reportProblem ( string $oauthexception [, bool $send_headers = true ] ) Pass in a problem as an OAuthException, with possible problems listed in the OAuth constants section. Parameters: oauthexception The OAuthException. Returns: No value is returned.

FilesystemIterator::key

(PHP 5 >= 5.3.0, PHP 7) Retrieve the key for the current file public string FilesystemIterator::key ( void ) Returns: Returns the pathname or filename depending on the set flags. See the FilesystemIterator constants. Examples: FilesystemIterator::key() example This example will list the contents of the directory containin

CairoContext::userToDevice

(PECL cairo >= 0.1.0) The userToDevice purpose public array CairoContext::userToDevice ( string $x, string $y ) Object oriented style (method): Procedural style: array cairo_user_to_device ( CairoContext $context , string $x , string $y ) Description here. Parameters: context Description... x Description... y