PHP Developer's Dictionary- P66:PHP is an open source, server-side, HTML-embedded scripting language used to create dynamically generated Web pages. With an easy-to-use syntax and a large, extensible library of modules, PHP brings together the best of Perl, C++, and other languages. | PHP Developer s Dictionary Description The pdf_arc function which was added in PHP and PHP draws an arc centered at the x and y coordinates starting at the start angle and ending at the end angle measured in degrees. pdf_rect Syntax void pdf_rect int pdf document double x-coor double y-coor double width double height Description The pdf_rect function which was added in PHP and PHP draws a rectangle with dimensions width and height with its lower-left corner at the x and y coordinates. pdf_closepath Syntax void pdf_closepath int pdf document Description The pdf_closepath function which was added in PHP and PHP connects the first and last points in the path currently being drawn. pdf_stroke Syntax void pdf_stroke int pdf document Description IT-SC book 325 PHP Developer s Dictionary The pdf_stroke function which was added in PHP and PHP strokes the current paths with current stroke color and line width. pdf_closepath_stroke Syntax void pdf_closepath_stroke int pdf document Description The pdf_ciosepath_stroke function which was added in PHP and PHP combines the functionality of pdf_ciose_path and pdf_stroke . It also clears the path. pdf_fill Syntax void pdf_fill int pdf document Description The pdf_fill function which was added in PHP and PHP fills the inside of the current path with the current fill color. pdf_fill_stroke Syntax void pdf_fill_stroke int pdf document Description The pdf_fiii_stroke function which was added in PHP and PHP fills the inside of the current path with the current fill color and then strokes the current path with the current stroke color. pdf_closepath_fill_stroke Syntax IT-SC book 326 PHP Developer s Dictionary void pdf_closepath_fill_stroke int pdf document Description The pdf_ciosepath_fiii_stroke function which was added in PHP and PHP combines the functions of pdf_ciosepath pdf_fiii and pdf_stroke into one operation. This closes the current path fills the