pspell_config_save_repl

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Determine whether to save a replacement pairs list along with the wordlist bool pspell_config_save_repl ( int $dictionary_link, bool $flag ) pspell_config_save_repl() determines whether pspell_save_wordlist() will save the replacement pairs along with the wordlist. Usually there is no need to use this function because if pspell_config_repl() is used, the replacement pairs will be saved by ps

cairo_scaled_font_get_type

(PECL cairo >= 0.1.0) Description int cairo_scaled_font_get_type ( CairoScaledFont $scaledfont ) The function description goes here. Parameters: scaledfont Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

Imagick::pingImage

(PECL imagick 2.0.0) Fetch basic attributes about the image bool Imagick::pingImage ( string $filename ) This method can be used to query image width, height, size, and format without reading the whole image in to memory. Parameters: filename The filename to read the information from. Returns: Returns TRUE on success.

SphinxClient::setIDRange

(PECL sphinx >= 0.1.0) Set a range of accepted document IDs public bool SphinxClient::setIDRange ( int $min, int $max ) Sets an accepted range of document IDs. Default range is from 0 to 0, i.e. no limit. Only those records that have document ID between min and max (including IDs exactly equal to min or max) will be matched. Parameters: min Minimum ID value.

mssql_num_fields

(PHP 4, PHP 5, PECL odbtp >= 1.1.1) Gets the number of fields in result int mssql_num_fields ( resource $result ) mssql_num_fields() returns the number of fields in a result set. Parameters: result The result resource that is being evaluated. This result comes from a call to mssql_query(). Returns: Returns the number of fields, as an integer.

tcpwrap_check

(PECL tcpwrap >= 0.1.0) Performs a tcpwrap check bool tcpwrap_check ( string $daemon, string $address [, string $user [, bool $nodns = false ]] ) This function consults the /etc/hosts.allow and /etc/hosts.deny files to check if access to service daemon should be granted or denied for a client. Parameters: daemon The service name. address

ImagickDraw::pushPattern

(PECL imagick 2.0.0) Indicates that subsequent commands up to a ImagickDraw::opPattern() command comprise the definition of a named pattern bool ImagickDraw::pushPattern ( string $pattern_id, float $x, float $y, float $width, float $height ) Indicates that subsequent commands up to a DrawPopPattern() command comprise the definition of a named pattern. The pattern space is assigned top left corner coordinates, a width and hei

Memcached::delete

(PECL memcached >= 0.1.0) Delete an item public bool Memcached::delete ( string $key [, int $time = 0 ] ) Memcached::delete() deletes the key from the server. The time parameter is the amount of time in seconds (or Unix time until which) the client wishes the server to refuse add and replace commands for this key. For this amount of time, the item is put into a delete queue, which means that it won't possible to retrieve

SWFMovie::save

(PHP 5 <= 5.3.0, PECL ming SVN) Saves the SWF movie in a file int SWFMovie::save ( string $filename [, int $compression = -1 ] ) Saves the SWF movie to the specified filename. Parameters: filename The path to the saved SWF document. compression The compression level can be a value between 0 and 9, defining the SWF compression simila

ncurses_use_env

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Control use of environment information about terminal size void ncurses_use_env ( bool $flag ) Parameters: flag This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP