|
|
Home »
PHP »
Functions
::
The usefulness of functions is greatly enhanced by the ability to pass information from the main body of code to the function and in the opposite direction, or between one function and another it is calling Values that are sent to a function are called arguments.
Related Tutorials
 |
|
 |
|
PHP and MySQL - Introduction
PHP / Getting Started
The topics covered in this tutorial include:
* PHP basics, including script structure, variables, supported types, constants, expressions, and type conversions
* Condition and branch statements supported by PHP, including if, if...else, and the switch statements
* Looping statements
* Arrays and array library functions
* Strings and string library functions
* Regular expressions
* Date and time functions
* Integer and float functions
* How to write functions, reuse components, and determine the scope and type of variables
* An introduction to PHP object-oriented programming support
* Common mistakes made by programmers new to PHP, and how to solve them.
Site: www.brainbell.com
Report -
View Tutorial
|
|
 |
|
 |
|