Imagick::cropThumbnailImage

(PECL imagick 2.0.0) Creates a crop thumbnail bool Imagick::cropThumbnailImage ( int $width, int $height ) Creates a fixed size thumbnail by first scaling the image up or down and cropping a specified area from the center. Parameters: width The width of the thumbnail height The Height of the thumbnail Returns:

hash_init

(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1) Initialize an incremental hashing context resource hash_init ( string $algo [, int $options = 0 [, string $key = NULL ]] ) Parameters: algo Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4", etc..). For a list of supported algorithms see hash_algos(). options Optional

GearmanClient::setContext

(PECL gearman >= 0.6.0) Set application context public bool GearmanClient::setContext ( string $context ) Sets an arbitrary string to provide application context that can later be retrieved by GearmanClient::context(). Parameters: context Arbitrary context data Returns: Always returns TRUE.

inet_pton

(PHP 5 >= 5.1.0, PHP 7) Converts a human readable IP address to its packed in_addr representation string inet_pton ( string $address ) This function converts a human readable IPv4 or IPv6 address (if PHP was built with IPv6 support enabled) into an address family appropriate 32bit or 128bit binary structure. Parameters: address A human readable IPv4 or IPv6 address.

IntlDateFormatter::create

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Create a date formatter public static IntlDateFormatter IntlDateFormatter::create ( string $locale, int $datetype, int $timetype [, mixed $timezone = NULL [, mixed $calendar = NULL [, string $pattern = "" ]]] ) Object oriented style Object oriented style (constructor) public IntlDateFormatter::__construct ( string $locale , int $datetype , int $timetype [, mixed $timez

pg_lo_truncate

(No version information available, might only be in Git) Truncates a large object bool pg_lo_truncate ( resource $large_object, int $size ) pg_lo_truncate() truncates a large object resource. To use the large object interface, it is necessary to enclose it within a transaction block. Parameters: large_object PostgreSQL large object (LOB) resource, returned by pg_lo_op

jdtojewish

(PHP 4, PHP 5, PHP 7) Converts a Julian day count to a Jewish calendar date string jdtojewish ( int $juliandaycount [, bool $hebrew = false [, int $fl = 0 ]] ) Converts a Julian Day Count to the Jewish Calendar. Parameters: julianday A julian day number as integer hebrew If the hebrew parameter is set to TRUE, the fl parameter is used

udm_get_doc_count

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Get total number of documents in database int udm_get_doc_count ( resource $agent ) udm_get_doc_count() returns the number of documents in the database. Parameters: agent A link to Agent, received after call to udm_alloc_agent(). Returns: Returns the number of documents.

EventDnsBase::countNameservers

(PECL event >= 1.2.6-beta) Gets the number of configured nameservers public int EventDnsBase::countNameservers ( void ) Gets the number of configured nameservers Returns: Returns the number of configured nameservers(not necessarily the number of running nameservers). This is useful for double-checking whether our calls to the various nameserver configuration functions have been successful.

Threaded::merge

(PECL pthreads >= 2.0.0) Manipulation public boolean Threaded::merge ( mixed $from [, bool $overwrite ] ) Merges data into the current object Parameters: from The data to merge overwrite Overwrite existing keys, by default true Returns: A boolean indication of success