PHP Function Primer
Added a new PHP Function Primer for my students. This one’s not large but fits as a page better. If you’re interested it’s here.
It covers:
- Function Definitions
- Creating & Using Functions
- Pass-by-value Functions
- Pass-by-reference Functions
- Dynamic Functions
- Function Default Parameters
- Variable-length Parameter Lists