DOMDocument::createEntityReference

(PHP 5, PHP 7) Create new entity reference node public DOMEntityReference DOMDocument::createEntityReference ( string $name ) This function creates a new instance of class DOMEntityReference. This node will not show up in the document unless it is inserted with (e.g.) DOMNode::appendChild(). Parameters: name The content of the entity reference, e.g. the entity reference m

IntlDateFormatter::setCalendar

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Sets the calendar type used by the formatter bool IntlDateFormatter::setCalendar ( mixed $which ) Object oriented style Procedural style bool datefmt_set_calendar ( IntlDateFormatter $fmt , mixed $which ) Sets the calendar or calendar type used by the formatter. Parameters: fmt The formatter resource.

CairoContext::setLineCap

(PECL cairo >= 0.1.0) The setLineCap purpose public void CairoContext::setLineCap ( string $setting ) Object oriented style (method): Procedural style: void cairo_set_line_cap ( CairoContext $context , string $setting ) Description here. Parameters: context Description... setting Description... Returns: De

Gmagick::getimagetype

(PECL gmagick >= Unknown) Gets the potential image type. public int Gmagick::getimagetype ( void ) Gets the potential image type. Returns: Returns the potential image type. Exception: Throws an GmagickException on error.

textdomain

(PHP 4, PHP 5, PHP 7) Sets the default domain string textdomain ( string $text_domain ) This function sets the domain to search within when calls are made to gettext(), usually the named after an application. Parameters: text_domain The new message domain, or NULL to get the current setting without changing it Returns: If successful, this functio

PDF_end_glyph

(PECL pdflib >= 2.0.0) Terminate glyph definition for Type 3 font bool PDF_end_glyph ( resource $pdfdoc ) Terminates a glyph definition for a Type 3 font.

PDF_info_matchbox

(PECL pdflib >= 2.1.0) Query matchbox information float PDF_info_matchbox ( resource $pdfdoc, string $boxname, int $num, string $keyword ) Queries information about a matchbox on the current page.

Imagick::minifyImage

(PECL imagick 2.0.0) Scales an image proportionally to half its size bool Imagick::minifyImage ( void ) Is a convenience method that scales an image proportionally to one-half its original size Returns: Returns TRUE on success.

Serializable::serialize

(PHP 5 >= 5.1.0, PHP 7) String representation of object abstract public string Serializable::serialize ( void ) Should return the string representation of the object. Note: This method acts as the destructor of the object. The __destruct() method will not be called after this method. Returns: Returns the string representation of the object or NULL Exception:

Judy::next

(PECL judy >= 0.1.1) Search for the next index in the Judy array public mixed Judy::next ( mixed $index ) Search (exclusive) for the next index present that is greater than the passed Index. Parameters: index The index can be an integer or a string corresponding to the index where to start the search. Returns: Return the corresponding index in