Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   How many types of php are? (http://siteownersforums.com/showthread.php?t=204165)

avemlfy 11-01-2017 12:39 AM

How many types of php are?
 
anyone know how many types of php are present?

jackbrain 11-06-2017 04:49 AM

Variables can store data of different types, and different data types can do different things.

PHP supports the following data types:

String
Integer
Float (floating point numbers - also called double)
Boolean
Array
Object
NULL
Resource

samaron 11-08-2017 12:09 AM

PHP Data Types. Variables can store data of different types, and different data types can do different things. PHP supports the following data types:.

Shalini001 11-17-2017 02:53 AM

I don't Know

alexson 11-19-2017 11:29 PM

Types of php:
1. String
2. Integer
3. Float (floating point numbers - also called double)
4. Boolean
5. Array
6. Object
7. NULL
8. Resource

adityadev 02-19-2018 11:33 PM

String
Integer
Float (floating point numbers - also called double)
Boolean
Array
Object
NULL
Resource

josechan 02-19-2018 11:39 PM

String, Integer, Float, Boolean, Array, Object, NULL, Resource are the types of PHP.

smmexpertss 02-24-2018 12:25 AM

PHP supports the following data types:
String.
Integer.
Float (floating point numbers - also called double)
Boolean.
Array.
Object.
NULL.
Resource.

samaron 03-13-2018 10:20 PM

PHP supports the following data types: String. Integer. Float (floating point numbers - also called double)


All times are GMT -7. The time now is 05:09 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.