The Jakarta Project |
The Java Apache Project |
Apache-Perl Integration Project |
Apache XML Project |
The Apache FAQ |
Apache Module Registry |
PHP Server Side Scripting |
Apache Project |
The Apache Software Foundation |
Apache-Related Projects |
ApacheCon |
|
|
|
internet.com
Internet News
Internet Investing
Internet Technology
Windows Internet Tech.
Linux/Open Source
Web Developer
ECommerce/Marketing
ISP Resources
ASP Resources
Wireless Internet
Downloads
Internet Resources
Internet Lists
International
EarthWeb
Career Resources
Search internet.com
Advertising Info
Corporate Info
|
|
Creating Functions in PHP
Aug 8, 2000, 12 :16 UTC (0 Talkback[s]) (447 reads) (Other stories by Tre Harmon)
|
[ Thanks to for this link. ]
Excerpt:
In this scriptlet, we'll look at creating custom functions in PHP. For any of you beginners out there who have dreaded having to learn how to create your own custom functions, this scriptlet should help you to grasp how to call them, as well as how to pass data to them for use as arguments. We'll also look at 3 "function argument functions," and how they can allow us to cutout the use of predefined local variable naming within functions, i.e. function function_name($arg1,$arg2,etc...)
Scriptlet Url: http://php.lansystems.com/index.php?archive=function_examples.inc
|
|