Php

# Function

5 Posts
Function
The real power of PHP comes from its functions. PHP has more than 1000 built-in functions, and in addition you can create your own custom functions.

# Switch Case

1 Posts
Switch Case
Switch case in PHP is a control structure that allows the program to compare a single expression against multiple values and execute different code blocks depending on which value matches the expression.