Forum und email

cpdf_arc

(PHP 4, PHP 5 <= 5.0.5)

cpdf_arc โ€” Draws an arc

์„ค๋ช…

bool cpdf_arc ( int $pdf_document , float $x_coor , float $y_coor , float $radius , float $start , float $end [, int $mode ] )

Draws an arc.

๋งค๊ฐœ๋ณ€์ˆ˜

pdf_document

cpdf_open()์ด ๋ฐ˜ํ™˜ํ•œ ๋ฌธ์„œ ํ•ธ๋“ค.

x

The x-coordinate of the center

y

The y-coordinate of the center

radius

The arc radius

start

The starting angle, in degrees

end

The ending angle, in degrees

mode

์„ ํƒ์ ์ธ mode ๋งค๊ฐœ๋ณ€์ˆ˜๋Š” ๋‹จ์œ„ ๊ธธ์ด๋ฅผ ๊ฒฐ์ •ํ•ฉ๋‹ˆ๋‹ค. 0์ด๋‚˜ ์—†์„ ๊ฒฝ์šฐ, ์‚ฌ์šฉํ•˜๋Š” ํŽ˜์ด์ง€์˜ ๊ธฐ๋ณธ ๋‹จ์œ„๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. ๊ทธ ์™ธ์—๋Š” ํ˜„์žฌ ๋‹จ์œ„์— ๊ด€๊ณ„ ์—†์ด ์ขŒํ‘œ๋ฅผ postscript ํฌ์ธํŠธ๋กœ ์ธก์ •ํ•ฉ๋‹ˆ๋‹ค.

๋ฐ˜ํ™˜๊ฐ’

์„ฑ๊ณตํ•  ๊ฒฝ์šฐ TRUE๋ฅผ, ์‹คํŒจํ•  ๊ฒฝ์šฐ FALSE๋ฅผ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค.

์ฐธ๊ณ