Imagick::stereoImage

(PECL imagick 2.0.0) Composites two images bool Imagick::stereoImage ( Imagick $offset_wand ) Composites two images and produces a single image that is the composite of a left and right image of a stereo pair. Parameters: offset_wand Composites two images and produces a single image that is the composite of a left and right image of a stereo pair. Retu

IntlChar::isUAlphabetic

(PHP 7) Check if code point has the Alphabetic Unicode property public static bool IntlChar::isUAlphabetic ( mixed $codepoint ) Check if a code point has the Alphabetic Unicode property. This is the same as IntlChar::hasBinaryProperty($codepoint, IntlChar::PROPERTY_ALPHABETIC) Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the char

win32_create_service

(PECL win32service SVN) Creates a new service entry in the SCM database mixed win32_create_service ( array $details [, string $machine ] ) Parameters: details An array of service details: machine The optional machine name on which you want to create a service. If omitted, it will use the local machine. Returns: R

newt_button_bar

(PECL newt >= 0.1) This function returns a grid containing the buttons created. resource newt_button_bar ( array &$buttons ) This function returns a grid containing the buttons created. Parameters: buttons This function returns a grid containing the buttons created. Returns: Returns grid containing the buttons created.

maxdb_execute

(PECL maxdb 1.0) Alias of maxdb_stmt_execute() This function is an alias of: maxdb_stmt_execute(). This function alias is deprecated and only exists for backwards compatibility reasons. The use of this function is not recommended, as it may be removed from PHP in the future.

opendir

(PHP 4, PHP 5, PHP 7) Open directory handle resource opendir ( string $path [, resource $context ] ) Opens up a directory handle to be used in subsequent closedir(), readdir(), and rewinddir() calls. Parameters: path The directory path that is to be opened context For a description of the context parameter, refer to the streams section

enchant_broker_free

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) Free the broker resource and its dictionnaries bool enchant_broker_free ( resource $broker ) Free a broker resource with all its dictionaries. Parameters: broker Broker resource Returns: Returns TRUE on success or FALSE on failure.

eio_read

(PECL eio >= 0.0.1dev) Read from a file descriptor at given offset. resource eio_read ( mixed $fd, int $length, int $offset, int $pri, callable $callback [, mixed $data = NULL ] ) eio_read() reads up to length bytes from fd file descriptor at offset. The read bytes are stored in result argument of callback. Parameters: fd Stream, Socket resource, or numeric file descr

move_uploaded_file

(PHP 4 >= 4.0.3, PHP 5, PHP 7) Moves an uploaded file to a new location bool move_uploaded_file ( string $filename, string $destination ) This function checks to ensure that the file designated by filename is a valid upload file (meaning that it was uploaded via PHP's HTTP POST upload mechanism). If the file is valid, it will be moved to the filename given by destination. This sort of check is especially important if th

IntlCalendar::after

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Whether this objectʼs time is after that of the passed object public bool IntlCalendar::after ( IntlCalendar $other ) Object oriented style Procedural style bool intlcal_after ( IntlCalendar $cal , IntlCalendar $other ) Returns whether this objectʼs time succeeds the argumentʼs time. Parameters: cal The IntlCalendar resource.