Imagick::getCompressionQuality

(PECL imagick 2.0.0) Gets the object compression quality int Imagick::getCompressionQuality ( void ) Gets the object compression quality. Returns: Returns integer describing the compression quality

libxml_clear_errors

(PHP 5 >= 5.1.0, PHP 7) Clear libxml error buffer void libxml_clear_errors ( void ) libxml_clear_errors() clears the libxml error buffer. Returns: No value is returned. See also: libxml_get_errors() - libxml_get_last_error() -

SWFMovie::add

(PHP 5 <= 5.3.0, PECL ming SVN) Adds any type of data to a movie mixed SWFMovie::add ( object $instance ) Adds an SWF object instance to the current movie. Parameters: instance Any type of object instance, like SWFShape, SWFText, SWFFont. Returns: For displayable types (shape, text, button, sprite), this returns an SWFDisplayItem, a handle to

stream_socket_shutdown

(PHP 5 >= 5.2.1, PHP 7) Shutdown a full-duplex connection bool stream_socket_shutdown ( resource $stream, int $how ) Shutdowns (partially or not) a full-duplex connection. Parameters: stream An open stream (opened with stream_socket_client(), for example) how One of the following constants: STREAM_SHUT_RD (disable further receptions)

PDF_set_word_spacing

(PHP 4, PECL pdflib >= 1.0.0) Set spacing between words [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_value() with the wordspacing parameter instead.

Imagick::setImageClipMask

(No version information available, might only be in Git) Sets image clip mask bool Imagick::setImageClipMask ( Imagick $clip_mask ) Sets image clip mask from another Imagick object. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer. Parameters: clip_mask The Imagick object containing the clip mask Returns:

udm_check_charset

(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Check if the given charset is known to mnogosearch bool udm_check_charset ( resource $agent, string $charset ) This function is currently not documented; only its argument list is available.

PDF_create_3dview

(PECL pdflib >= 2.1.0) Create 3D view int PDF_create_3dview ( resource $pdfdoc, string $username, string $optlist ) Creates a 3D view. This function requires PDF 1.6.

PDF_setdashpattern

(PECL pdflib >= 2.0.0) Set dash pattern bool PDF_setdashpattern ( resource $pdfdoc, string $optlist ) Sets a dash pattern defined by an option list. Returns TRUE on success or FALSE on failure.

enchant_broker_describe

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0) Enumerates the Enchant providers array enchant_broker_describe ( resource $broker ) Enumerates the Enchant providers and tells you some rudimentary information about them. The same info is provided through phpinfo(). Parameters: broker Broker resource Returns: Returns TRUE on success or FALSE o