dcgettext

(PHP 4, PHP 5, PHP 7) Overrides the domain for a single lookup string dcgettext ( string $domain, string $message, int $category ) This function allows you to override the current domain for a single message lookup. Parameters: domain The domain message The message category The category

svn_fs_node_created_rev

(PECL svn >= 0.1.0) Returns the revision in which path under fsroot was created int svn_fs_node_created_rev ( resource $fsroot, string $path ) Returns the revision in which path under fsroot was created This function is currently not documented; only its argument list is available.

Imagick::normalizeImage

(PECL imagick 2.0.0) Enhances the contrast of a color image bool Imagick::normalizeImage ([ int $channel = Imagick::CHANNEL_ALL ] ) Enhances the contrast of a color image by adjusting the pixels color to span the entire range of colors available. Parameters: channel Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combi

Mongo::getSlaveOkay

(PECL mongo >=1.1.0) Get slaveOkay setting for this connection public bool Mongo::getSlaveOkay ( void ) See the query section of this manual for information on distributing reads to secondaries. Returns: Returns the value of slaveOkay for this instance. Exception: Issues E_DEPRECATED warning Changelog: 1.2.11 Emits E_DEPRE

asinh

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Inverse hyperbolic sine float asinh ( float $arg ) Returns the inverse hyperbolic sine of arg, i.e. the value whose hyperbolic sine is arg. Parameters: arg The argument to process Returns: The inverse hyperbolic sine of arg Changelog: 5.3.0 This function is

openssl_decrypt

(PHP 5 >= 5.3.0, PHP 7) Decrypts data string openssl_decrypt ( string $data, string $method, string $password [, int $options = 0 [, string $iv = "" ]] ) Takes a raw or base64 encoded string and decrypts it using a given method and key. Parameters: data The data. method The cipher method. password

SWFButton::setHit

(PHP 5 <= 5.3.0, PECL ming SVN) Alias for addShape(shape, SWFBUTTON_HIT) void SWFButton::setHit ( SWFShape $shape ) swfbutton::sethit() alias for addShape(shape, SWFBUTTON_HIT). Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release o

SVM::__construct

(PECL svm >= 0.1.0) Construct a new SVM object public SVM::__construct ( void ) Constructs a new SVM object ready to accept training data. Returns: Throws SVMException if the libsvm library could not be loaded

ZipArchive::setExternalAttributesIndex

(PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4) Set the external attributes of an entry defined by its index bool ZipArchive::setExternalAttributesIndex ( int $index, int $opsys, int $attr [, int $flags ] ) Set the external attributes of an entry defined by its index. Parameters: index Index of the entry. opsys The operating system co

Locale::getPrimaryLanguage

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Gets the primary language for the input locale public static string Locale::getPrimaryLanguage ( string $locale ) Object oriented style Procedural style string locale_get_primary_language ( string $locale ) Gets the primary language for the input locale Parameters: locale The locale to extract the primary language cod