PHP Basic: Juggling TypeTag: data type, juggling Category: PHP Basicpost: 01 Mar 2008 read: 168 PHP Basic Data Type Step By Step Tutorial - Part 9: Variable type in PHP is determined by the context where the variable is used. For example, if a variable is filled with an integer number, so the variable becomes to have integer type. For example, if some of the operand has the type of float, then all operand will be evaluated as float, so the result will become float type. It means that, the changing type from operand is how the operand be evaluated by a certain operator. Pay attention to the example of using of juggling at script as follow:
|
| | Give Your Opinion | Recommend |
|

