Skip to content

Category Archives: PHP

The DOMCharacterData::insertData() function is an inbuilt function in PHP which is used to insert a string at the specified 16-bit unit offset. Syntax: void DOMCharacterData::insertData(… Read More
The DOMDocument::getElementById() function is an inbuilt function in PHP which is used to search for an element with a certain id. Syntax: DOMElement DOMDocument::getElementById( string… Read More
The DOMDocument::schemaValidate() function is an inbuilt function in PHP which is used to validate a document based on the given schema file. The schema file… Read More
The DOMCharacterData::substringData() function is an inbuilt function in PHP which is used to extracts a range of data from the node. Syntax: string DOMCharacterData::substringData( int… Read More
The image2wbmp() function is an inbuilt function in PHP which is used to display image to browser or file. The main use of this function… Read More
The DOMDocument::appendXML() function is an inbuilt function in PHP which is used to append raw XML data to a DOMDocumentFragment. Syntax: bool DOMDocumentFragment::appendXML( string $data… Read More
The read_exif_data() function is an inbuilt function in PHP which is used to read the EXIF headers from an image file and is an alternate… Read More
The DOMDocument::schemaValidateSource() function is an inbuilt function in PHP which is used to validate a document based on a schema defined in the given string.… Read More
The DOMDocument::relaxNGValidate() function is an inbuilt function in PHP which is used to performs relaxNG validation on the document. The relaxNG is an alternative to… Read More
The exif_imagetype() function is an inbuilt function in PHP which is used to determine the type of an image.Syntax:   int exif_imagetype( string $filename ) Parameters:This… Read More
The DOMImplementation::createDocumentType() function is an inbuilt function in PHP which is used to create an empty DOMDocumentType object. Entity declarations and notations are not available.… Read More
The imageresolution() function is an inbuilt function in PHP which is used to set and return the resolution of an image in DPI (dots per… Read More
The DOMEntityReference::__construct() function is an inbuilt function in PHP which is used to create a new DOMEntityReference object. Syntax: public DOMEntityReference::__construct( string $name ) Parameters:This… Read More
The imagewebp() function is an inbuilt function in PHP which is used to display image to browser or file. The main use of this function… Read More
The ImagickDraw::setStrokePatternURL() function is an inbuilt function in PHP which is used to set the pattern used for stroking object outlines. Syntax: bool ImagickDraw::setStrokePatternURL( string… Read More