Arrays in PHP
A standard datatype which can hold one or more than one value.
Two Type of Array
1. Indexed Array
- Single Dimentional
- Multi Dimentional
2. Associative Array
- Single Dimentional
- Multi Dimentional
Categories: Array, PHP - Hypertext Preprocessor Tags: array in php
Function In PHP
There are two types of function
1. User Defined Function
- Function without arguments
- Function with arguments
- Function with default arguments
- Function call by value
- Function call by reference
2. Pre Defined Function
Categories: function, PHP - Hypertext Preprocessor Tags: function in php, php function
Operator in PHP
- Assignment Operator
- Arithmetic Operator
- Comparison Operator Ex :
==, !=, >=, <=, <, >
===, !== - Conditional Operator
Ex: &&, ||, ! - Intertical Operator
- Bitwise Operator
Eg. & (And), | (Or), ^ (Xor), << (Left Shift), >> (Right Shift) - Increament / Decreament
- Ternary Operator
Categories: Operator, PHP - Hypertext Preprocessor Tags: operator in php
Data Types in PHP
There are two data types in PHP
1. Standard Data Types
- Integer
- Double
- Boolean
- String
- Object
- Array
2. Special Data Type
- Null
- Resource
Categories: PHP - Hypertext Preprocessor Tags: data type in PHP, PHP data type

.jpg)