How to create and use functions
Creating functions
Passing arguments (parameters) to functions
Variable scope
Optional parameters
Functions with a variable (
variadic
) number of parameters
Create and use library functions
Type declarations
Working with the
include
path
Working a
namespace
Using
callback
functions
Using anonymous fuctions (without a name)
Using closure functions (functions within functions)
Back