newt_grid_simple_window

(PECL newt >= 0.1) resource newt_grid_simple_window ( resource $text, resource $middle, resource $buttons ) Parameters: text middle buttons Returns: This function is currently not documented; only its argument list is available.

OAuth::setTimestamp

(PECL OAuth >= 1.0.0) Set the timestamp public mixed OAuth::setTimestamp ( string $timestamp ) Sets the OAuth timestamp for subsequent requests. Parameters: timestamp The timestamp. Returns: Returns TRUE, unless the timestamp is invalid, in which case FALSE is returned. This function is currently not docume

IntlTimeZone::getTZDataVersion

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the timezone data version currently used by ICU public static string IntlTimeZone::getTZDataVersion ( void ) Returns: This function is currently not documented; only its argument list is available.

PharData::extractTo

(PHP >= 5.3.0, PECL phar >= 2.0.0) Extract the contents of a tar/zip archive to a directory bool PharData::extractTo ( string $pathto [, string|array $files [, bool $overwrite = false ]] ) Extract all files within a tar/zip archive to disk. Extracted files and directories preserve permissions as stored in the archive. The optional parameters allow optional control over which files are extracted, and whether existing

unpack

(PHP 4, PHP 5, PHP 7) Unpack data from binary string array unpack ( string $format, string $data ) Unpacks from a binary string into an array according to the given format. The unpacked data is stored in an associative array. To accomplish this you have to name the different format codes and separate them by a slash /. If a repeater argument is present, then each of the array keys will have a sequence number behind the giv

Gmagick::setimagecompose

(PECL gmagick >= Unknown) Sets the image composite operator public Gmagick Gmagick::setimagecompose ( int $composite ) Sets the image composite operator. Parameters: composite The image composite operator. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

HaruPage::setTextRise

(PECL haru >= 0.0.1) Set the current value of text rising bool HaruPage::setTextRise ( float $rise ) Set the current value of text rising. Parameters: rise Defines the current value of text rising. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

Imagick::shaveImage

(PECL imagick 2.0.0) Shaves pixels from the image edges bool Imagick::shaveImage ( int $columns, int $rows ) Shaves pixels from the image edges. It allocates the memory necessary for the new Image structure and returns a pointer to the new image. Parameters: columns Shaves pixels from the image edges. It allocates the memory necessary for the new Image structure and retur

SplFileObject::current

(PHP 5 >= 5.1.0, PHP 7) Retrieve current line of file public string|array SplFileObject::current ( void ) Retrieves the current line of the file. Returns: Retrieves the current line of the file. If the SplFileObject::READ_CSV flag is set, this method returns an array containing the current line parsed as CSV data. Examples: SplFile

GearmanJob::exception

(PECL gearman <= 0.5.0) Send exception for running job (deprecated) public bool GearmanJob::exception ( string $exception ) Sends the supplied exception when this job is running. Note: This method has been replaced by GearmanJob::sendException() in the 0.6.0 release of the Gearman extension. Parameters: exception An exception description. Retur