trader_ln

(PECL trader >= 0.2.0) Vector Log Natural array trader_ln ( array $real ) Calculates the natural logarithm for each value in real and returns the resulting array. Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

SDO_DAS_XML_Document::getRootElementURI

(^) Returns root element's URI string string SDO_DAS_XML_Document::getRootElementURI ( void ) Returns root element's URI string. Returns: Returns root element's URI string.

KTaglib_MPEG_AudioProperties::isProtectionEnabled

(0.0.1) Returns if protection mechanisms of an MPEG file are enabled public bool KTaglib_MPEG_AudioProperties::isProtectionEnabled ( void ) Returns true if protection mechanisms (like DRM) are enabled for this file Returns: Returns true if protection mechanisms (like DRM) are enabled for this file

ncurses_nl

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Translate newline and carriage return / line feed bool ncurses_nl ( void ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This functi

CairoContext::translate

(PECL cairo >= 0.1.0) The translate purpose public void CairoContext::translate ( string $x, string $y ) Object oriented style (method): Procedural style: void cairo_translate ( CairoContext $context , string $x , string $y ) Description here. Parameters: context Description... x Description... y

KTaglib_MPEG_AudioProperties::getLength

(0.0.1) Returns the length of a MPEG file public int KTaglib_MPEG_AudioProperties::getLength ( void ) Returns the length of the MPEG file Returns: Returns the length as an integer

MongoWriteBatch::execute

(PECL mongo >= 1.5.0) Executes a batch of write operations final public array MongoWriteBatch::execute ( array $write_options ) Executes the batch of write operations. Parameters: write_options See MongoWriteBatch::__construct. Returns: Returns an array containing statistical information for the full batch. If the batch had to be split into mu

ImagickKernel::getMatrix

(PECL imagick >= 3.3.0) Description public array ImagickKernel::getMatrix ( void ) Get the 2d matrix of values used in this kernel. The elements are either float for elements that are used or 'false' if the element should be skipped. Returns: A matrix (2d array) of the values that represent the kernel. Examples: ImagickKernel::getMa

Imagick::getImageCompression

(PECL imagick 2.2.2) Gets the current image's compression type int Imagick::getImageCompression ( void ) Gets the current image's compression type. Returns: Returns the compression constant

odbc_do

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