stream_context_create

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Creates a stream context resource stream_context_create ([ array $options [, array $params ]] ) Creates and returns a stream context with any options supplied in options preset. Parameters: options Must be an associative array of associative arrays in the format $arr['wrapper']['option'] = $value. Default to an empty array.

pspell_check

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Check a word bool pspell_check ( int $dictionary_link, string $word ) pspell_check() checks the spelling of a word. Parameters: dictionary_link pspell_check() checks the spelling of a word. word The tested word. Returns: Returns TRUE if the spelling is correct, FALSE if not.

ingres_fetch_assoc

(PECL ingres >= 2.2.2) Fetch a row of result into an associative array array ingres_fetch_assoc ( resource $result ) This function is stores the data fetched from a query executed using ingres_query() in an associative array, using the field names as keys. With regard to speed, the function is identical to ingres_fetch_object(), and almost as quick as ingres_fetch_row() (the difference is insignificant). By default, a

HaruPage::setLineJoin

(PECL haru >= 0.0.1) Set line join style for the page bool HaruPage::setLineJoin ( int $join ) Defines line join style for the page. Parameters: join Must be one of the following values: HaruPage::MITER_JOIN HaruPage::ROUND_JOIN HaruPage::BEVEL_JOIN Returns: Returns TRUE on success. Exception: Throws a HaruException on er

Imagick::textureImage

(PECL imagick 2.0.0) Repeatedly tiles the texture image bool Imagick::textureImage ( Imagick $texture_wand ) Repeatedly tiles the texture image across and down the image canvas. Parameters: texture_wand Repeatedly tiles the texture image across and down the image canvas. Returns: Returns TRUE on success. Exception:

array_diff_key

(PHP 5 >= 5.1.0, PHP 7) Computes the difference of arrays using keys for comparison array array_diff_key ( array $array1, array $array2 [, array $... ] ) Compares the keys from array1 against the keys from array2 and returns the difference. This function is like array_diff() except the comparison is done on the keys instead of the values. Parameters: array1 The array t

socket_write

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Write to a socket int socket_write ( resource $socket, string $buffer [, int $length ] ) The function socket_write() writes to the socket from the given buffer. Parameters: socket The function socket_write() writes to the socket from the given buffer. buffer The buffer to be written.

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

ZipArchive::setArchiveComment

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.4.0) Set the comment of a ZIP archive bool ZipArchive::setArchiveComment ( string $comment ) Set the comment of a ZIP archive. Parameters: comment The contents of the comment. Returns: Returns TRUE on success or FALSE on failure. Examples: C

m_getheader

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Get the name of the column in a comma-delimited response string m_getheader ( resource $conn, int $identifier, int $column_num ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). co