|
|
|
PHP Tutorial
|
PHP Bitwise Operator
In this tutorial we will study about bitwise operator, bitwise operator works on bit or binary number of an integer value. Examples in this tutorial will make it more clear.
View Rating |
|
|
PHP Tutorial
|
PHP Assignment Operators
In this tutorial we will study about PHP assignment operators, types of assignment operators, how to use the operators etc are given in the example, do it by yourself, you could make necessary modifications as well.
View Rating |
|
|
PHP Tutorial
|
PHP Arithmetic Operator
In this PHP tutorial we will study about PHP Arithmetic Operator is is used to perform addition(+), subtraction(-), Division(/), Multiplication(*), modulus(%). with variable or value. PHP Arithmetic Operator Examples will make it more clear.
View Rating |
|
|
PHP Tutorial
|
PHP Operators
In this tutorial we will study about PHP operators, PHP supports mainly three kind of operators and every kind of operators will be described in subsequent pages.
View Rating |
|
|
PHP Tutorial
|
PHP Expression
In this tutorial we will study about PHP expression, expression could be anything we write. Examples in this simple tutorial will make it more clear.
View Rating |
|
|
PHP Tutorial
|
PHP Magic Constant
In this tutorial we will study about magic constant, in PHP there are many magic constants are available,like _LINE_, _DIR_, _FILE_ etc. These constants are case-sensitive
View Rating |
|
|