PHP | ImagickDraw pathStart() Function
The ImagickDraw::pathStart() function is an inbuilt function in PHP which is used to declare the start of a path drawing list. Later, pathFinish() function is used to terminate this list. Syntax: bool ImagickDraw::pathStart( void ) Parameters: This function doesnât accept any parameters. Return Valu