Data Types in PHP | PHP Data Types
Data Type in any programming language used to specify type of data which may be Boolean, Integer, Float, Double, String Character, etc. In PHP there are mainly four types of…
Operators in PHP | PHP Operators
Operators in PHP | PHP Operators There are three types of operators: Firstly there is the unary operator which operates on only one value. (For Example, ++ increment operator) The…