cpdf_setlinecap
(PHP 4, PHP 5 <= 5.0.5)
cpdf_setlinecap — Sets linecap parameter
Description
   bool cpdf_setlinecap
    ( int $pdf_document
   , int $value
   )
  Sets the linecap parameter.
Parameters
- pdf_document
 - 
The document handle, returned by cpdf_open().
 - value
 - 
      
0 = butt end, 1 = round, 2 = projecting square
 
Return Values
Επιστρέφει TRUE σε επιτυχία ή FALSE σε αποτυχία.