PHP Data Types part 2 - Tutorial

Опубликовано: 14 Октябрь 2024
на канале: Technology Expert
33
3

It is basic level tutorial number 2 to understand PHP data types that how that are set for variables. How PHP handles the variables and finds the data type.

PHP is dynamically typed language, it means there is no need to specify the type of variable, this will be determined at runtime.
PHP supports the following data types:

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

It is best tutorial of PHP data types.


-- Contents of this video --
0:00 Intro
0:14 Boolean
1:15 Integer
2:08 var_dump()

☆☆ Please like and subscribe my channel ☆☆

#php
#boolean
#array
#tutorial