pspell_store_replacement

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Store a replacement pair for a word bool pspell_store_replacement ( int $dictionary_link, string $misspelled, string $correct ) pspell_store_replacement() stores a replacement pair for a word, so that replacement can be returned by pspell_suggest() later. In order to be able to take advantage of this function, you have to use pspell_new_personal() to open the dictionary. In order to permanen

GmagickDraw::settextencoding

(PECL gmagick >= Unknown) Specifies the text code set public GmagickDraw GmagickDraw::settextencoding ( string $encoding ) Specifies the code set to use for text annotations. The only character encoding which may be specified at this time is "UTF-8" for representing Unicode as a sequence of bytes. Specify an empty string to set text encoding to the system's default. Successful text annotation using Unicode may require fon

CairoMatrix::initIdentity

(PECL cairo >= 0.1.0) Creates a new identity matrix public static void CairoMatrix::initIdentity ( void ) Object oriented style (method): Procedural style: object cairo_matrix_init_identity ( void ) Creates a new matrix that is an identity transformation. An identity transformation means the source data is copied into the destination data without change Returns: Returns a new CairoMatrix obje

QuickHashStringIntHash::exists

(No version information available, might only be in Git) This method checks whether a key is part of the hash public bool QuickHashStringIntHash::exists ( string $key ) This method checks whether an entry with the provided key exists in the hash. Parameters: key The key of the entry to check for whether it exists in the hash. Returns: Returns TRU

PharFileInfo::isCompressedGZ

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns whether the entry is compressed using gz public bool PharFileInfo::isCompressedGZ ( void ) Note: This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using PharFileInfo::isCompressed(), PharFileInfo::decompress(), and PharFileInfo::compress(). This returns whether a file is compressed within a Phar archive with

curl_setopt

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Set an option for a cURL transfer bool curl_setopt ( resource $ch, int $option, mixed $value ) Sets an option on the given cURL session handle. Parameters: ch A cURL handle returned by curl_init(). option The CURLOPT_XXX option to set. value The value to be set on optio

gnupg_clearsignkeys

(PECL gnupg >= 0.5) Removes all keys which were set for signing before bool gnupg_clearsignkeys ( 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 gnupg_c

EventHttp::setMaxHeadersSize

(PECL event >= 1.4.0-beta) Sets maximum HTTP header size public void EventHttp::setMaxHeadersSize ( int $value ) Sets maximum HTTP header size. Parameters: value The header size in bytes. Returns: No value is returned.

Error Control Operators

Examples: PHP supports one error control operator: the at sign (@). When prepended to an expression in PHP, any error messages that might be generated by that expression will be ignored. If you have set a custom error handler function with set_error_handler() then it will still get called, but this custom error handler can (and should) call error_reporting() which will return 0 when the call that triggered the error was preceded by an @. If the track_errors featu

imap_mail_move

(PHP 4, PHP 5, PHP 7) Move specified messages to a mailbox bool imap_mail_move ( resource $imap_stream, string $msglist, string $mailbox [, int $options = 0 ] ) Moves mail messages specified by msglist to the specified mailbox. Parameters: imap_stream An IMAP stream returned by imap_open(). msglist msglist is a range not just message num