ImagickDraw::setTextInterlineSpacing

(No version information available, might only be in Git) Description public void ImagickDraw::setTextInterlineSpacing ( float $spacing ) Sets the text interline spacing. Parameters: spacing Sets the text interline spacing. Returns: This function is currently not documented; only its argument list is available.

gupnp_root_device_start

(PECL gupnp >= 0.1.0) Start main loop bool gupnp_root_device_start ( resource $root_device ) Start root server's main loop. Parameters: root_device A root device identifier, returned by gupnp_root_device_new(). Returns: Returns TRUE on success or FALSE on failure. See also:

tidy::isXhtml

(PHP 5, PHP 7, PECL tidy >= 0.5.2) Indicates if the document is a XHTML document bool tidy::isXhtml ( void ) Object oriented style Procedural style bool tidy_is_xhtml ( tidy $object ) Tells if the document is a XHTML document. Parameters: object The Tidy object. Returns: This function returns TRUE if the specified tidy object is a XHTML docum

mcrypt_module_is_block_mode

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns if the specified mode outputs blocks or not bool mcrypt_module_is_block_mode ( string $mode [, string $lib_dir ] ) This function returns TRUE if the mode outputs blocks of bytes or FALSE if it outputs just bytes. (e.g. TRUE for cbc and ecb, and FALSE for cfb and stream). Parameters: mode One of the MCRYPT_MODE_modename constants, o

imagesettile

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Set the tile image for filling bool imagesettile ( resource $image, resource $tile ) imagesettile() sets the tile image to be used by all region filling functions (such as imagefill() and imagefilledpolygon()) when filling with the special color IMG_COLOR_TILED. A tile is an image used to fill an area with a repeated pattern. Any GD image can be used as a tile, and by setting the transpare

m_sslcert_gen_hash

(PECL mcve >= 5.2.0) Generate hash for SSL client certificate verification string m_sslcert_gen_hash ( string $filename ) Parameters: filename Returns: This function is currently not documented; only its argument list is available.

GmagickPixel::__construct

(PECL gmagick >= Unknown) The GmagickPixel constructor public GmagickPixel::__construct ([ string $color ] ) Constructs an GmagickPixel object. If a color is specified, the object is constructed and then initialised with that color before being returned. Parameters: color The optional color string to use as the initial value of this object. Returns:

ReflectionMethod::isDestructor

(PHP 5, PHP 7) Checks if method is a destructor public bool ReflectionMethod::isDestructor ( void ) Checks if the method is a destructor. Returns: TRUE if the method is a destructor, otherwise FALSE See also: ReflectionMethod::isConstructor() -

ifx_blobinfile_mode

(PHP 4, PHP <=5.2.0) Set the default blob mode for all select queries bool ifx_blobinfile_mode ( int $mode ) Set the default blob mode for all select queries. Parameters: mode Mode "0" means save Byte-Blobs in memory, and mode "1" means save Byte-Blobs in a file. Returns: Returns TRUE on success or FALSE on failure.

Imagick::queryFormats

(PECL imagick 2.0.0) Returns formats supported by Imagick array Imagick::queryFormats ([ string $pattern = "*" ] ) Returns formats supported by Imagick. Parameters: pattern Returns formats supported by Imagick. Returns: Returns an array containing the formats supported by Imagick. Exception: Throws ImagickExcept