Open In App

Web technologies Questions | PHP Quiz | Set-3 | Question 14

Last Updated : 20 Sep, 2021
Like Article
Like
Save
Share
Report

Which function in PHP is used to annotates an image including the text?
(A) Gmagick::getpackagename( value )
(B) Gmagick::annotateImage()
(C) Gmagick::getreleasedate()
(D) Gmagick::getpackagename( void )


Answer: (B)

Explanation: The Gmagick::annotateImage() function basically an inbuilt function in PHP that is used to annotates an image including text in PHP. If the condition is satisfied then it returns true otherwise false. It takes five parameters as $GmagickDraw,$x,$y, $angle, and $text Where $x and $y are vertical wind horizontal offset.

Quiz of this Question
Please comment below if you find anything wrong in the above post


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads