fann_get_sarprop_weight_decay_shift

(PECL fann >= 1.0.0) Returns the sarprop weight decay shift float fann_get_sarprop_weight_decay_shift ( resource $ann ) The sarprop weight decay shift. The default delta max is -6.644. Parameters: ann Neural network resource. Returns: The sarprop weight decay shift, or FALSE on error.

mailparse_msg_extract_part

(PECL mailparse >= 0.9.0) Extracts/decodes a message section void mailparse_msg_extract_part ( resource $mimemail, string $msgbody [, callable $callbackfunc ] ) Parameters: mimemail A valid MIME resource. msgbody A valid MIME resource. callbackfunc A valid MIME resource. Return

cubrid_col_get

(PECL CUBRID >= 8.3.0) Get contents of collection type column using OID array cubrid_col_get ( resource $conn_identifier, string $oid, string $attr_name ) The cubrid_col_get() function is used to get contents of the elements of the collection type (set, multiset, sequence) attribute you requested as an array. Parameters: conn_identifier Connection identifier.

Collator::getErrorCode

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get collator's last error code public int Collator::getErrorCode ( void ) Object oriented style Procedural style int collator_get_error_code ( Collator $coll ) Parameters: coll Collator object. Returns: Error code returned by the last Collator API function call.

SplObjectStorage::getInfo

(PHP 5 >= 5.3.0, PHP 7) Returns the data associated with the current iterator entry public mixed SplObjectStorage::getInfo ( void ) Returns the data, or info, associated with the object pointed by the current iterator position. Returns: The data associated with the current iterator position. Examples: SplObjectStorage::getInfo() exa

bcmod

(PHP 4, PHP 5, PHP 7) Get modulus of an arbitrary precision number string bcmod ( string $left_operand, string $modulus ) Get the modulus of the left_operand using modulus. Parameters: left_operand The left operand, as a string. modulus The modulus, as a string. Returns: Returns the modulus as a string, or NULL

pcntl_setpriority

(PHP 5, PHP 7) Change the priority of any process bool pcntl_setpriority ( int $priority [, int $pid = getmypid() [, int $process_identifier = PRIO_PROCESS ]] ) pcntl_setpriority() sets the priority of pid. Parameters: priority priority is generally a value in the range -20 to 20. The default priority is 0 while a lower numerical value causes more favorable scheduling.

Imagick::deleteImageArtifact

(No version information available, might only be in Git) Delete image artifact bool Imagick::deleteImageArtifact ( string $artifact ) Deletes an artifact associated with the image. The difference between image properties and image artifacts is that properties are public and artifacts are private. This method is available if Imagick has been compiled against ImageMagick version 6.5.7 or newer. Parameters:

openssl_random_pseudo_bytes

(PHP 5 >= 5.3.0, PHP 7) Generate a pseudo-random string of bytes string openssl_random_pseudo_bytes ( int $length [, bool &$crypto_strong ] ) Generates a string of pseudo-random bytes, with the number of bytes determined by the length parameter. It also indicates if a cryptographically strong algorithm was used to produce the pseudo-random bytes, and does this via the optional crypto_strong parameter. It's rare for

pspell_config_create

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Create a config used to open a dictionary int pspell_config_create ( string $language [, string $spelling [, string $jargon [, string $encoding ]]] ) Create a config used to open a dictionary. pspell_config_create() has a very similar syntax to pspell_new(). In fact, using pspell_config_create() immediately followed by pspell_new_config() will produce the exact same result. However, after