ncurses_beep

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Let the terminal beep int ncurses_beep ( void ) ncurses_beep() sends an audible alert (bell) and if its not possible flashes the screen. 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 b

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:

ps_makespotcolor

(PECL ps >= 1.1.0) Create spot color int ps_makespotcolor ( resource $psdoc, string $name [, int $reserved = 0 ] ) Creates a spot color from the current fill color. The fill color must be defined in rgb, cmyk or gray colorspace. The spot color name can be an arbitrary name. A spot color can be set as any color with ps_setcolor(). When the document is not printed but displayed by an postscript viewer the given color in th

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.