Imagick::setImageDepth

(PECL imagick 2.0.0) Sets the image depth bool Imagick::setImageDepth ( int $depth ) Sets the image depth. Parameters: depth Sets the image depth. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

event_buffer_base_set

(PECL libevent >= 0.0.1) Associate buffered event with an event base bool event_buffer_base_set ( resource $bevent, resource $event_base ) Assign the specified bevent to the event_base. Parameters: bevent Valid buffered event resource. event_base Valid event base resource. Returns: event_buffer_base_set() re

get_declared_interfaces

(PHP 5, PHP 7) Returns an array of all declared interfaces array get_declared_interfaces ( void ) Gets the declared interfaces. Returns: Returns an array of the names of the declared interfaces in the current script. Examples: get_declared_interfaces() example <?php print_r(get_declared_interfaces()); ?> The abov

KTaglib_MPEG_AudioProperties::getSampleBitrate

(0.0.1) Returns the sample bitrate of a MPEG file public int KTaglib_MPEG_AudioProperties::getSampleBitrate ( void ) Returns the sample bitrate of the MPEG file Returns: Returns the sample bitrate as an integer

SplDoublyLinkedList::valid

(PHP 5 >= 5.3.0, PHP 7) Check whether the doubly linked list contains more nodes public bool SplDoublyLinkedList::valid ( void ) Checks if the doubly linked list contains any more nodes. Returns: Returns TRUE if the doubly linked list contains any more nodes, FALSE otherwise.

DOMDocument::createDocumentFragment

(PHP 5, PHP 7) Create new document fragment public DOMDocumentFragment DOMDocument::createDocumentFragment ( void ) This function creates a new instance of class DOMDocumentFragment. This node will not show up in the document unless it is inserted with (e.g.) DOMNode::appendChild(). Returns: The new DOMDocumentFragment or FALSE if an error occurred.

openssl_csr_get_subject

(PHP 5 >= 5.2.0, PHP 7) Returns the subject of a CERT array openssl_csr_get_subject ( mixed $csr [, bool $use_shortnames = true ] ) This function is currently not documented; only its argument list is available.

dbplus_savepos

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Save position int dbplus_savepos ( resource $relation ) Parameters: relation A relation opened by dbplus_open(). Returns: This function is currently not documented; only its argument list is available.

cairo_pattern_get_color_stop_count

(PECL cairo >= 0.1.0) Description int cairo_pattern_get_color_stop_count ( CairoGradientPattern $pattern ) The function description goes here. Parameters: pattern Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

DOMDocument::load

(PHP 5, PHP 7) Load XML from a file public mixed DOMDocument::load ( string $filename [, int $options = 0 ] ) Loads an XML document from a file. Parameters: filename The path to the XML document. options Bitwise OR of the libxml option constants. Returns: Returns TRUE on success or FALSE on failure. If calle