ncurses_standend

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Stop using 'standout' attribute int ncurses_standend ( 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 function is current

DateTimeImmutable::sub

(PHP 5 >= 5.5.0, PHP 7) Subtracts an amount of days, months, years, hours, minutes and seconds public DateTimeImmutable DateTimeImmutable::sub ( DateInterval $interval ) Like DateTime::sub() but works with DateTimeImmutable.

GearmanJob::fail

(PECL gearman <= 0.5.0) Send fail status (deprecated) public bool GearmanJob::fail ( void ) Sends failure status for this job, indicating that the job failed in a known way (as opposed to failing due to a thrown exception). Note: This method has been replaced by GearmanJob::sendFail() in the 0.6.0 release of the Gearman extension. Returns: Returns TRUE on success or FALSE on failure.

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() -

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

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:

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.