how to use this function

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kujtim
Forum Commoner
Posts: 35
Joined: Sat Oct 25, 2003 4:00 am
Location: kosovo
Contact:

how to use this function

Post by kujtim »

how to use this function:


imagearc (int im, int cx, int cy, int w, int h, int s, int e, int col)

I looked at php manuel but couldnt understand them can you
i want to see a wel on my browser

can you tell me a sample code about this:
User avatar
igoy
Forum Contributor
Posts: 203
Joined: Fri May 02, 2003 11:57 pm
Location: India
Contact:

Post by igoy »

did you checked the User Contributed Notes in PHPmanual ?

some of the users have given functions based on [php_man]imagearc[/php_man] function.
kujtim
Forum Commoner
Posts: 35
Joined: Sat Oct 25, 2003 4:00 am
Location: kosovo
Contact:

Post by kujtim »

I dont now what you are trying to lell me
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

Don't listen to him, he's holding a flower. Makes some kind of funky cocaine ;).

Anyhow, what he 'was' trying to tell you was to look at the user's comments. You can see then if you scroll down. Example (Copy and pasted):
User Contributed Notes
imagearc
jerryscript at aol dot com
26-Dec-2003 03:05
[note-Apache/1.3.29 (Win32) PHP/4.3.4]

The imagearc (and imageellipse) functions do not accept line thicknesses when drawn from 0 to 360 degrees.

Drawing from 0 to 359 and again from 359 to 360 does create an ellipse with the current line thickness.

Jerry
Hope it helps,

-Nay
User avatar
igoy
Forum Contributor
Posts: 203
Joined: Fri May 02, 2003 11:57 pm
Location: India
Contact:

Post by igoy »

Hay Nay... wanna dope ???!!! .. . maybe I'll get you some PHP flavoured ones... ;)
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

Nah, I got the plain grass behind my house, much much better ;)

-Nay
User avatar
igoy
Forum Contributor
Posts: 203
Joined: Fri May 02, 2003 11:57 pm
Location: India
Contact:

Post by igoy »

okay, guess that's better... 8)
Post Reply