Difference between revisions of "PHP Essentials"
From Techotopia
Line 63: | Line 63: | ||
#* [[PHP Flow Control and Looping|Breaking Out of Nested Loops]] | #* [[PHP Flow Control and Looping|Breaking Out of Nested Loops]] | ||
#* [[PHP Flow Control and Looping|Skipping Statements in Current Loop Iteration]] | #* [[PHP Flow Control and Looping|Skipping Statements in Current Loop Iteration]] | ||
+ | # [[PHP Functions]] | ||
+ | #* [[PHP Functions|What is a PHP Function?]] | ||
+ | #* [[PHP Functions|How to Write a PHP Function]] | ||
+ | #* [[PHP Functions|Returning a Value from a PHP Function]] | ||
+ | #* [[PHP Functions|Passing Parameters to a PHP Function]] | ||
+ | #* [[PHP Functions|Calling PHP Functions]] | ||
+ | #* [[PHP Functions|Passing Parameters By Reference]] | ||
+ | #* [[PHP Functions|Returning Values By Reference]] | ||
+ | #* [[PHP Functions|Functions and Variable Scope]] | ||
− | |||
* [[PHP Arrays]] | * [[PHP Arrays]] | ||
* [[Working with Strings and Text in PHP]] | * [[Working with Strings and Text in PHP]] |