pspell_save_wordlist

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Save the personal wordlist to a file bool pspell_save_wordlist ( int $dictionary_link ) pspell_save_wordlist() saves the personal wordlist from the current session. The location of files to be saved specified with pspell_config_personal() and (optionally) pspell_config_repl(). Parameters: dictionary_link A dictionary link identifier opene

imap_headers

(PHP 4, PHP 5, PHP 7) Returns headers for all messages in a mailbox array imap_headers ( resource $imap_stream ) Returns headers for all messages in a mailbox. Parameters: imap_stream An IMAP stream returned by imap_open(). Returns: Returns an array of string formatted with header info. One element per mail message.

CairoPsSurface::setSize

(PECL cairo >= 0.1.0) The setSize purpose public void CairoPsSurface::setSize ( string $width, string $height ) The method description goes here. Parameters: width Description... height Description... Returns: Description... This function is currently not documented; onl

imap_delete

(PHP 4, PHP 5, PHP 7) Mark a message for deletion from current mailbox bool imap_delete ( resource $imap_stream, int $msg_number [, int $options = 0 ] ) Marks messages listed in msg_number for deletion. Messages marked for deletion will stay in the mailbox until either imap_expunge() is called or imap_close() is called with the optional parameter CL_EXPUNGE. Parameters: imap_stream

gmp_legendre

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Legendre symbol int gmp_legendre ( GMP $a, GMP $p ) Compute the » Legendre symbol of a and p. p should be odd and must be positive. Parameters: a Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. p

imagesetstyle

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Set the style for line drawing bool imagesetstyle ( resource $image, array $style ) imagesetstyle() sets the style to be used by all line drawing functions (such as imageline() and imagepolygon()) when drawing with the special color IMG_COLOR_STYLED or lines of images with color IMG_COLOR_STYLEDBRUSHED. Parameters: image An image resource,

MongoDB::selectCollection

(PECL mongo >=0.9.0) Gets a collection public MongoCollection MongoDB::selectCollection ( string $name ) Parameters: name The collection name. Returns: Returns a new collection object. Exception: Throws Exception if the collection name is invalid.

MongoDB::getDBRef

(PECL mongo >=0.9.0) Fetches the document pointed to by a database reference public array MongoDB::getDBRef ( array $ref ) Parameters: ref A database reference. Returns: Returns the document pointed to by the reference. Examples: MongoDB::getDBRef() example Example demon

SplFileObject::fgetcsv

(PHP 5 >= 5.1.0, PHP 7) Gets line from file and parse as CSV fields public array SplFileObject::fgetcsv ([ string $delimiter = "," [, string $enclosure = "\"" [, string $escape = "\\" ]]] ) Gets a line from the file which is in CSV format and returns an array containing the fields read. Parameters: delimiter The field delimiter (one character only). Defaults as a co

odbc_commit

(PHP 4, PHP 5, PHP 7) Commit an ODBC transaction bool odbc_commit ( resource $connection_id ) Commits all pending transactions on the connection. Parameters: connection_id The ODBC connection identifier, see odbc_connect() for details. Returns: Returns TRUE on success or FALSE on failure.