ImagickKernel::addUnityKernel

(PECL imagick >= 3.3.0) Description public void ImagickKernel::addUnityKernel ( void ) Adds a given amount of the 'Unity' Convolution Kernel to the given pre-scaled and normalized Kernel. This in effect adds that amount of the original image into the resulting convolution kernel. The resulting effect is to convert the defined kernels into blended soft-blurs, unsharp kernels or into sharpening kernels.

session_module_name

(PHP 4, PHP 5, PHP 7) Get and/or set the current session module string session_module_name ([ string $module ] ) session_module_name() gets the name of the current session module. Parameters: module If module is specified, that module will be used instead. Returns: Returns the name of the current session module.

fann_set_training_algorithm

(PECL fann >= 1.0.0) Sets the training algorithm bool fann_set_training_algorithm ( resource $ann, int $training_algorithm ) Sets the training algorithm. More info available in fann_get_training_algorithm(). Parameters: ann Neural network resource. training_algorithm Training algorithm constant Returns: Retur

shm_get_var

(PHP 4, PHP 5, PHP 7) Returns a variable from shared memory mixed shm_get_var ( resource $shm_identifier, int $variable_key ) shm_get_var() returns the variable with a given variable_key, in the given shared memory segment. The variable is still present in the shared memory. Parameters: shm_identifier Shared memory segment, obtained from shm_attach().

db2_field_name

(PECL ibm_db2 >= 1.0.0) Returns the name of the column in the result set string db2_field_name ( resource $stmt, mixed $column ) Returns the name of the specified column in the result set. Parameters: stmt Specifies a statement resource containing a result set. column Specifies the column in the result set. This can either be an in

CairoGradientPattern::getColorStopCount

(PECL cairo >= 0.1.0) The getColorStopCount purpose public int CairoGradientPattern::getColorStopCount ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoGradientPattern::getColor

pos

(PHP 4, PHP 5, PHP 7) Alias of current() This function is an alias of: current()

HaruDoc::setCurrentEncoder

(PECL haru >= 0.0.1) Set the current encoder for the document bool HaruDoc::setCurrentEncoder ( string $encoding ) Defines the encoder currently used in the document. Parameters: encoding The name of the encoding to use. See Builtin Encodings for the list of allowed values. Returns: Returns TRUE on success. Exception:

ncurses_noraw

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Switch terminal out of raw mode bool ncurses_noraw ( void ) Switches the terminal out of raw mode. Raw mode is similar to cbreak mode, in that characters typed are immediately passed through to the user program. The difference is that in raw mode, the interrupt, quit, suspend and flow control characters are all passed through uninterpreted, instead of generatin

maxdb_debug

(PECL maxdb >= 1.0) Performs debugging operations void maxdb_debug ( string $debug ) The maxdb_debug() can be used to trace the SQLDBC communication. The following strings can be used as a parameter to maxdb_debug(): TRACE SHORT ON|OFF - Enables/disables method call trace. TRACE LONG ON|OFF - Enables/disables method argument and detail debug trace. TRACE PACKET ON|OFF|<size> - Enables/disables packet trace, limiti