custom functions
Hi,
I almost every time create custom functions in two ways : 1- function() 2- function(id) Basically I don't know what to add in "()" I would be thankful if someone tell me some examples of custom functions with different "()" and explain me what does "()" do exactly in functions. Thanks. |
Re: custom functions
There's no 'two ways', there's just different parameters. You add in () what you pass when calling it.
|
Re: custom functions
Quote:
what type of values can i add into "()" , and how to use them in function ? does this example works ? PHP Code:
|
Re: custom functions
Any kind. But I suggest you to read this wiki first.
|
Re: custom functions
Quote:
Quote:
Quote:
|
Re: custom functions
thanks , now i will personally do some tests to experience of how it works.
|
| All times are GMT -4. The time now is 17:26. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.