GearmanWorker::returnCode

(PECL gearman >= 0.5.0) Get last Gearman return code public int GearmanWorker::returnCode ( void ) Returns the last Gearman return code. Returns: A valid Gearman return code. See also: GearmanWorker::error() - GearmanWorker::getErrno() -

HaruPage::moveTo

(PECL haru >= 0.0.1) Set starting point for new drawing path bool HaruPage::moveTo ( float $x, float $y ) Defines starting point for new drawing path. Parameters: x A new starting point coordinate. y A new starting point coordinate. Returns: Returns TRUE on success. Exception:

str_rot13

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Perform the rot13 transform on a string string str_rot13 ( string $str ) Performs the ROT13 encoding on the str argument and returns the resulting string. The ROT13 encoding simply shifts every letter by 13 places in the alphabet while leaving non-alpha characters untouched. Encoding and decoding are done by the same function, passing an encoded string as argument will return the original

CURLFile::setPostFilename

(PHP 5 >= 5.5.0, PHP 7) Set file name for POST public void CURLFile::setPostFilename ( string $postname ) Parameters: postname Filename to be used in POST data. Returns: No value is returned.

openssl_pkcs7_verify

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Verifies the signature of an S/MIME signed message mixed openssl_pkcs7_verify ( string $filename, int $flags [, string $outfilename [, array $cainfo [, string $extracerts [, string $content ]]]] ) openssl_pkcs7_verify() reads the S/MIME message contained in the given file and examines the digital signature. Parameters: filename Path to th

SDO_DAS_Relational::applyChanges

(^) Applies the changes made to a data graph back to the database. void SDO_DAS_Relational::applyChanges ( PDO $database_handle , SDODataObject $root_data_object ) Given a PDO database handle and the special root object of a data graph, examine the change summary in the datagraph and applies the changes to the database. The changes that it can apply can be creations of data objects, deletes of data objects, and modifica

hw_api::move

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Moves object between collections bool hw_api::move ( array $parameter ) Moves object between collections. Parameters: parameter Moves object between collections. Returns: Returns TRUE on success or FALSE on failure.

mb_strstr

(PHP 5 >= 5.2.0, PHP 7) Finds first occurrence of a string within another string mb_strstr ( string $haystack, string $needle [, bool $before_needle = false [, string $encoding = mb_internal_encoding() ]] ) mb_strstr() finds the first occurrence of needle in haystack and returns the portion of haystack. If needle is not found, it returns FALSE. Parameters: haystack T

HaruPage::getCurrentPos

(PECL haru >= 0.0.1) Get the current position for path painting array HaruPage::getCurrentPos ( void ) Get the current position for path painting. Returns: Returns the current position for path painting as an array of with two elements - "x" and "y". Exception: Throws a HaruException on error.

SWFShape::drawLine

(PHP 5 <= 5.3.0, PECL ming SVN) Draws a line (relative) void SWFShape::drawLine ( float $dx, float $dy ) swfshape::drawline() draws a line (using the current line style set by swfshape::setline()) from the current pen position to displacement (dx,dy). Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and