Computer Science, asked by tharunesweri2004, 1 year ago

what are the different types of operations in PHP?

Answers

Answered by BhawnaAggarwalBT
0
PHP Data Types

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
Similar questions