Kamis, 17 November 2016

What are different datatypes in PHP

PHP provides four scalar types namely Boolean, integer, double and stringand two compound types namely array and object and two special types namely resource and NULL. PHP has a single integer type, named integer. This type is same as long type in C. The size of an integer type is generally the size of word in the machine. In most of the machines that size will be 32 bits. PHP’s double type corresponds to the double type in C and its successors. Double literals can contain a decimal point, an exponent or both. An exponent is represented using E or

The post What are different datatypes in PHP appeared first on Coding Security.


What are different datatypes in PHP
read more

Tidak ada komentar:

Posting Komentar