Memcache::add

(PECL memcache >= 0.2.0) Add an item to the server bool Memcache::add ( string $key, mixed $var [, int $flag [, int $expire ]] ) Memcache::add() stores variable var with key only if such key doesn't exist at the server yet. Also you can use memcache_add() function. Parameters: key The key that will be associated with the item. var Th

win32_pause_service

(PECL win32service SVN) Pauses a service int win32_pause_service ( string $servicename [, string $machine ] ) Pauses a named service. Requires administrative privileges. Parameters: servicename The short name of the service. machine Optional machine name. If omitted, the local machine is used. Returns: Returns

Thread::getCurrentThread

(PECL pthreads >= 2.0.0) Identification public static Thread Thread::getCurrentThread ( void ) Return a reference to the currently executing Thread Returns: An object representing the currently executing Thread Examples: Return the currently executing Thread <?php class My extends Thread {     public function run() 

IntlCalendar::get

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the value for a field public int IntlCalendar::get ( int $field ) Object oriented style Procedural style int intlcal_get ( IntlCalendar> $cal , int $field ) Gets the value for a specific field. Parameters: cal The IntlCalendar resource. field One of the IntlCalendar date/time field cons

Imagick::getImageGravity

(No version information available, might only be in Git) Gets the image gravity int Imagick::getImageGravity ( void ) Gets the current gravity value of the image. Unlike Imagick::getGravity(), this method returns the gravity defined for the current image sequence. This method is available if Imagick has been compiled against ImageMagick version 6.4.4 or newer. Returns: Returns the images gravity p

ncurses_define_key

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Define a keycode int ncurses_define_key ( string $definition, int $keycode ) Parameters: definition keycode This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without noti

Imagick::clutImage

(PECL imagick 2.0.0) Replaces colors in the image bool Imagick::clutImage ( Imagick $lookup_table [, float $channel = Imagick::CHANNEL_DEFAULT ] ) Replaces colors in the image from a color lookup table. Optional second parameter to replace colors in a specific channel. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer. Parameters: lookup

Gmagick::shearimage

(PECL gmagick >= Unknown) Creating a parallelogram public Gmagick Gmagick::shearimage ( mixed $color, float $xShear, float $yShear ) Slides one edge of an image along the X or Y axis, creating a parallelogram. An X direction shear slides an edge along the X axis, while a Y direction shear slides an edge along the Y axis. The amount of the shear is controlled by a shear angle. For X direction shears, x_shear is measured re

vpopmail_add_alias_domain

(PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) Add an alias for a virtual domain bool vpopmail_add_alias_domain ( string $domain, string $aliasdomain ) 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 be used at your own risk. T

hwapi_object_new

(No version information available, might only be in Git) Creates a new instance of class hwapi_object_new hw_api_object hwapi_object_new ( array $parameter ) Creates a new instance of the class hw_api_object. Parameters: parameter Creates a new instance of the class hw_api_object. Returns: