fbsql_fetch_array

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Fetch a result row as an associative array, a numeric array, or both array fbsql_fetch_array ( resource $result [, int $result_type ] ) fbsql_fetch_array() is a combination of fbsql_fetch_row() and fbsql_fetch_assoc(). An important thing to note is that using fbsql_fetch_array() is NOT significantly slower than using fbsql_fetch_row(), while it provides a significant added value.

gnupg_clearencryptkeys

(PECL gnupg >= 0.5) Removes all keys which were set for encryption before bool gnupg_clearencryptkeys ( resource $identifier ) Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. Returns: Returns TRUE on success or FALSE on failure. Examples: Procedural g

ocicolltrim

(PHP 4 >= 4.0.6, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of OCI-Collection::trim() Alias of OCI-Collection::trim() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

trader_cdlmorningstar

(PECL trader >= 0.2.0) Morning Star array trader_cdlmorningstar ( array $open, array $high, array $low, array $close [, float $penetration ] ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close

SWFTextField::setFont

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the text field font void SWFTextField::setFont ( SWFFont $font ) swftextfield::setfont() sets the text field font to the [browser-defined?] font font. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future

xdiff_string_merge3

(PECL xdiff >= 0.2.0) Merge 3 strings into one mixed xdiff_string_merge3 ( string $old_data, string $new_data1, string $new_data2 [, string &$error ] ) Merges three strings into one and returns the result. The old_data is an original version of data while new_data1 and new_data2 are modified versions of an original. An optional error is used to pass any rejected parts during merging process. Parameter

Thread::getThreadId

(PECL pthreads >= 2.0.0) Identification public integer Thread::getThreadId ( void ) Will return the identity of the referenced Thread Returns: A numeric identity Examples: Return the identity of the referenced Thread <?php class My extends Thread {     public function run() {         printf("%s is Thread #%lu\n", __

EventListener::getSocketName

(PECL event >= 1.5.0) Retreives the current address to which the listener's socket is bound. public static bool EventListener::getSocketName ( string &$address [, mixed &$port ] ) Retreives the current address to which the listener's socket is bound. Parameters: address Output parameter. IP-address depending on the socket address family.

EventHttp::removeServerAlias

(PECL event >= 1.4.0-beta) Removes server alias public bool EventHttp::removeServerAlias ( string $alias ) Removes server alias added with EventHttp::addServerAlias() Parameters: alias The alias to remove. Returns: Returns TRUE on success. Otherwise FALSE. See also:

ImagickPixel::destroy

(PECL imagick 2.0.0) Deallocates resources associated with this object bool ImagickPixel::destroy ( void ) Deallocates any resources used by the ImagickPixel object, and unsets any associated color. The object should not be used after the destroy function has been called. Returns: Returns TRUE on success. This function is currently not documented; only its argu