The PHP Data Types, like in any programming language, are the abc of computer languages, both for the Web and in the desktop environment; they. In human language we use words to form sentences; while in computer science data types are used to define the elements that make up a logical expression. The data type in PHP The variables Assigning the data type to the variables in languages like C for example Java , also called "typed", is mandatory; this must be done explicitly! As for PHP, being a pre-compiled language, the data type is implicitly assigned when a variable is created; to find out the type of data in a variable you can use the (get type off) function of PHP. The primitive data types in PHP If you can understand the data type concept, you are halfway to becoming a good developer. The PHP primitive data types are: Integer (decimal integers) to contain a value ranging (from -2.147,483,647 to 2,147,483,647). Float or "floating point" and double; they reach ...
Basic computer tutorial and problem solving.