SHARE
TWEET
PHP 5 Data Types
a guest
Jan 29th, 2018
59
in 29 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- PHP 5 Data Types
- ❮ PreviousNext ❯
- 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
- PHP String
- A string is a sequence of characters, like "Hello world!".
- A string can be any text inside quotes. You can use single or double quotes:
- Example
- Download file on media fire : http://ow.ly/6IQv30i45Fw
RAW Paste Data

