rpm_get_tag

(PECL rpmreader >= 0.1.0) Retrieves a header tag from an RPM file mixed rpm_get_tag ( resource $rpmr, int $tagnum ) rpm_get_tag() will retrieve a given tag from the RPM file's header and return it. Parameters: rpmr A file pointer resource successfully opened by rpm_open(). tagnum The tag number to retrieve from the RPM header. This v

trader_sub

(PECL trader >= 0.2.0) Vector Arithmetic Subtraction array trader_sub ( array $real0, array $real1 ) Calculates the vector subtraction of real1 from real0 and returns the resulting vector. Parameters: real0 Array of real values. real1 Array of real values. Returns: Returns an array with calculated data or fal

trader_cdlconcealbabyswall

(PECL trader >= 0.2.0) Concealing Baby Swallow array trader_cdlconcealbabyswall ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close

Imagick::colorFloodfillImage

(PECL imagick 2.0.0) Changes the color value of any pixel that matches target bool Imagick::colorFloodfillImage ( mixed $fill, float $fuzz, mixed $bordercolor, int $x, int $y ) Changes the color value of any pixel that matches target and is an immediate neighbor. Parameters: fill ImagickPixel object containing the fill color fuzz The am

ImagickDraw::point

(PECL imagick 2.0.0) Draws a point bool ImagickDraw::point ( float $x, float $y ) Draws a point using the current stroke color and stroke thickness at the specified coordinates. Parameters: x point's x coordinate y point's y coordinate Returns: No value is returned. This fun

Thread::getCurrentThread

(PECL pthreads >= 2.0.0) Identification public static Thread Thread::getCurrentThread ( void ) Return a reference to the currently executing Thread Returns: An object representing the currently executing Thread Examples: Return the currently executing Thread <?php class My extends Thread {     public function run() 

trim

(PHP 4, PHP 5, PHP 7) Strip whitespace (or other characters) from the beginning and end of a string string trim ( string $str [, string $character_mask = " \t\n\r\0\x0B" ] ) This function returns a string with whitespace stripped from the beginning and end of str. Without the second parameter, trim() will strip these characters: " " (ASCII 32 (0x20)), an ordinary space. "\t" (ASCII 9 (0x09)), a tab. "\n" (ASCII 1

sqlite_single_query

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.1) Executes a query and returns either an array for one single column or the value of the first row array sqlite_single_query ( resource $db, string $query [, bool $first_row_only [, bool $decode_binary ]] ) Object oriented style (method): public array SQLiteDatabase::singleQuery ( string $query [, bool $first_row_only [, bool $decode_binary ]] )

Gmagick::setimageformat

(PECL gmagick >= Unknown) Sets the format of a particular image public Gmagick Gmagick::setimageformat ( string $imageFormat ) Sets the format of a particular image in a sequence. Parameters: imageFormat The image format. Returns: The Gmagick object on success. Exception: Throws an GmagickException on error.

ifxus_close_slob

(PHP 4, PHP <=5.2.0) Deletes the slob object bool ifxus_close_slob ( int $bid ) Deletes the slob object on the given slob object-id bid. Parameters: bid An existing slob id. Returns: Returns TRUE on success or FALSE on failure. See also: ifxus_open_slob() -