Imagick::getImageAlphaChannel

(No version information available, might only be in Git) Gets the image alpha channel int Imagick::getImageAlphaChannel ( void ) Gets the image alpha channel value. The returned value is one of the alpha channel constants. This method is available if Imagick has been compiled against ImageMagick version 6.4.0 or newer. Returns: Returns a constant defining the current alpha channel value. Refer to

EventUtil::setSocketOption

(PECL event >= 1.6.0) Sets socket options public static bool EventUtil::setSocketOption ( mixed $socket , int $level , int $optname , mixed $optval ) Sets socket options. Parameters: socket Socket resource, stream, or numeric file descriptor associated with the socket. level One of EventUtil::SOL_* constants. Specifies the protocol

uopz_function

(PECL uopz >= 1.0.0) Creates a function at runtime void uopz_function ( string $class, string $function, Closure $handler [, int $modifiers ] ) void uopz_function ( string $function , Closure $handler [, int $modifiers ] ) Creates a function at runtime Parameters: class The name of the class to receive the new function function The

mb_eregi_replace

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Replace regular expression with multibyte support ignoring case string mb_eregi_replace ( string $pattern, string $replace, string $string [, string $option = "msri" ] ) Scans string for matches to pattern, then replaces the matched text with replacement. Parameters: pattern The regular expression pattern. Multibyte characters may be use

stats_variance

(PECL stats >= 1.0.0) Returns the population variance float stats_variance ( array $a [, bool $sample = false ] ) Parameters: a sample Returns: This function is currently not documented; only its argument list is available.

imagerotate

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Rotate an image with a given angle resource imagerotate ( resource $image, float $angle, int $bgd_color [, int $ignore_transparent = 0 ] ) Rotates the image image using the given angle in degrees. The center of rotation is the center of the image, and the rotated image may have different dimensions than the original image. Parameters: image

ReflectionZendExtension::getURL

(PHP >= 5.4.0) Gets URL public string ReflectionZendExtension::getURL ( void ) Returns: This function is currently not documented; only its argument list is available.

iis_start_service

(PECL iisfunc SVN) Starts the service defined by ServiceId int iis_start_service ( string $service_id ) This function is currently not documented; only its argument list is available.

px_new

(PECL paradox >= 1.0.0) Create a new paradox object resource px_new ( void ) Create a new paradox object. You will have to call this function before any further functions. px_new() does not create any file on the disk, it just creates an instance of a paradox object. This function must not be called if the object oriented interface is used. Use new paradox_db() instead. Returns: Returns FALSE o

eio_chmod

(PECL eio >= 0.0.1dev) Change file/direcrory permissions. resource eio_chmod ( string $path, int $mode [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_chmod() changes file, or direcrory permissions. The new permissions are specified by mode. Parameters: path Path to the target file or directory WarningAvoid relative paths