PHP – Variable Types
PHP – Variable types Variables are used to store the value that you assign and the value that you assign may be of different types from a simple string, integer to complex types like an array, or storing object value. Some basics you should keep in mind about the variables in PHP. Variables are declared with the $… Read More »