Hi List,

Here is an easy one for you :-)

--- Example1 Function ---

Function MyTestFunction(){
 // do something here
}

--- Example2 Function ---

Function MyTestFunction($var1,$var2){
 // do something here
}

My question is what do or where do or why are the $var1 and or $var2
included inside the brackets of a function.

What do they do ?

Why are they in there ?

And how are they used within an application ?

I am very sorry for the basic question but I am new to the world of
functions.

Thank you in advance for any explanations, help or explanatory urls that you
may impart.

Dave C

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.585 / Virus Database: 370 - Release Date: 11/02/2004
 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to