event_base_new

(PECL libevent >= 0.0.1) Create and initialize new event base resource event_base_new ( void ) Returns new event base, which can be used later in event_base_set(), event_base_loop() and other functions. Returns: event_base_new() returns valid event base resource on success or FALSE on error.

dba_firstkey

(PHP 4, PHP 5, PHP 7) Fetch first key string dba_firstkey ( resource $handle ) dba_firstkey() returns the first key of the database and resets the internal key pointer. This permits a linear search through the whole database. Parameters: handle The database handler, returned by dba_open() or dba_popen(). Returns: Returns the key on success or FAL

forward_static_call_array

(PHP 5 >= 5.3.0, PHP 7) Call a static method and pass the arguments as array mixed forward_static_call_array ( callable $function, array $parameters ) Calls a user defined function or method given by the function parameter. This function must be called within a method context, it can't be used outside a class. It uses the late static binding. All arguments of the forwarded method are passed as values, and as an array, sim

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.

yaz_schema

(PHP 4 >= 4.2.0, PECL yaz >= 0.9.0) Specifies schema for retrieval void yaz_schema ( resource $id, string $schema ) yaz_schema() specifies the schema for retrieval. This function should be called before yaz_search() or yaz_present(). Parameters: id The connection resource returned by yaz_connect(). schema Must be specified as

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

Imagick::cropImage

(PECL imagick 2.0.0) Extracts a region of the image bool Imagick::cropImage ( int $width, int $height, int $x, int $y ) Extracts a region of the image. Parameters: width The width of the crop height The height of the crop x The X coordinate of the cropped region's top left corner

ncurses_wrefresh

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Refresh window on terminal screen int ncurses_wrefresh ( resource $window ) Parameters: window 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 sh

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