From ea0e75fe62cd6c44ab560c8787d70a28dec0de12 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Sat, 4 Aug 2001 17:00:22 +0000 Subject: [PATCH] Re-added that section. Only the id was duplicate, not the section. Was introduced by that naming-bugfix. - Cleaned the names of types, and more clear difference between the two, and see-also to eachother git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53311 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pdf.xml | 47 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 8 deletions(-) diff --git a/functions/pdf.xml b/functions/pdf.xml index af9fc13f31..2e11538a8c 100644 --- a/functions/pdf.xml +++ b/functions/pdf.xml @@ -1,4 +1,4 @@ - + PDF functions PDF @@ -623,24 +623,54 @@ pdf_delete($pdf); pdf_arc - Draws an arc + Draws an arc (counterclockwise) Description void pdf_arc - int pdf object - double x - double y - double r - double alpha - double beta + resource pdf object + float x + float y + float r + float alpha + float beta Draw a counterclockwise circular arc from alpha to beta degrees + + See also: pdf_arcn + + + + + + + pdf_arcn + Draws an arc (clockwise) + + + Description + + + void pdf_arc + resource pdf object + float x + float y + float r + float alpha + float beta + + + + Draw a clockwise circular arc from alpha to beta degrees + + + See also: pdf_arc + @@ -2834,4 +2864,5 @@ sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: +vim: ts=1 sw=1 et syntax=sgml -->