imagettftext

(PHP 4, PHP 5, PHP 7) Write text to the image using TrueType fonts array imagettftext ( resource $image, float $size, float $angle, int $x, int $y, int $color, string $fontfile, string $text ) Writes the given text into the image using TrueType fonts. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor().

TokyoTyrant::putKeep

(PECL tokyo_tyrant >= 0.1.0) Puts a record public TokyoTyrant TokyoTyrant::putKeep ( mixed $keys [, string $value ] ) Puts a key-value pair into the database or multiple key-value pairs. If keys is string then the second parameter value defines the value. The second parameter is mandatory if keys is a string. If the key already exists this method throws an exception indicating that the records exists. Par

Imagick::hasNextImage

(PECL imagick 2.0.0) Checks if the object has more images bool Imagick::hasNextImage ( void ) Returns TRUE if the object has more images when traversing the list in the forward direction. Returns: Returns TRUE if the object has more images when traversing the list in the forward direction, returns FALSE if there are none.

EvStat::createStopped

(PECL ev >= 0.2.0) Create a stopped EvStat watcher object final public static void EvStat::createStopped ( string $path , double $interval , callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) Creates EvStat watcher object, but doesn't start it automatically(unlike EvStat::__construct() ). Parameters: path The path to wait for status changes on.

ssdeep_fuzzy_hash

(PECL ssdeep >= 1.0.0) Create a fuzzy hash from a string string ssdeep_fuzzy_hash ( string $to_hash ) ssdeep_fuzzy_hash() calculates the hash of to_hash using » context-triggered piecewise hashing, and returns that hash. Parameters: to_hash The input string. Returns: Returns a string on success, FALSE otherwise.

GearmanTask::taskNumerator

(PECL gearman >= 0.5.0) Get completion percentage numerator public int GearmanTask::taskNumerator ( void ) Returns the numerator of the percentage of the task that is complete expressed as a fraction. Returns: A number between 0 and 100, or FALSE if cannot be determined. See also: GearmanTask::taskDenominator

HaruPage::getCurrentFont

(PECL haru >= 0.0.1) Get the currently used font object HaruPage::getCurrentFont ( void ) Get the currently used font. Returns: Returns the currently used font as an instance of HaruFont. Exception: Throws a HaruException on error.

MongoClient::close

(PECL mongo >=1.3.0) Closes this connection public bool MongoClient::close ([ boolean|string $connection ] ) The MongoClient::close() method forcefully closes a connection to the database, even if persistent connections are being used. You should never have to do this under normal circumstances. Parameters: connection If connection is not given, or FALSE then connecti

socket_set_timeout

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

SolrQuery::getExpandQuery

(PECL solr >= 2.2.0) Returns the expand query expand.q parameter public array SolrQuery::getExpandQuery ( void ) Returns the expand query expand.q parameter