DATA TYPES IN PHP 7 OBJECTS ARRAYS NULL RESOURCES

preview_player
Показать описание

In this lesson we are going to talk about  Objects, Arrays, NULL and Resource.
00:20
"Objects in PHP7" are bits of codes that we can use over and over again. One of the objectives we have as programmers is we want to write less code and have it do more for us. This is exactly what OOP, "Object Oriented Programming" does for us. Do not worry about mastering this we are going to have several lessons on it later.
16:35
Arrays consist of a block of data in variables. These variables hold several different types of data.
21:20
The Data Type NULL in PHP7 only holds one value and that is NULL. NULL is basically nothing, it means that nothing is in that data string. Here is an example.
23:28
A PHP7 resource is a resource loaded from outside the application. This could be a database connection or a resource to create a new file within PHP.

#datatypes
#php7

-~-~~-~~~-~~-~-
Please watch: "Web Development For Absolute Beginners | Learn to Code for Free " Free Full Course Download
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Thanks so much for making this, it made some concepts really clear

Bonafide