SLIDE 1
1 ¡
More ¡on ¡Func+ons ¡
- PHP ¡Func+on ¡names ¡can ¡be ¡stored ¡in ¡variables ¡
and ¡called ¡through ¡the ¡variables ¡
– This ¡allows ¡the ¡func+on ¡that ¡is ¡used ¡to ¡be ¡determined ¡ dynamically ¡(at ¡run ¡+me) ¡ – Can ¡be ¡handy ¡if ¡different ¡func+ons ¡need ¡to ¡be ¡called ¡ in ¡different ¡situa+ons ¡
- PHP ¡func+ons ¡can ¡have ¡default ¡arguments ¡
– If ¡no ¡actual ¡parameter ¡is ¡supplied ¡the ¡default ¡value ¡is ¡ used ¡
- See ¡ex11.php ¡