PHP Tutorial For Beginners Full In Hindi | PHP Data Types Tutorial in Hindi | PHP tutorial #2

Опубликовано: 26 Октябрь 2024
на канале: Pradip Mehta
20
0

PHP Tutorial For Beginners Full In Hindi | PHP Data Types Tutorial in Hindi | PHP tutorial #php

Timestamp:
00:00 Teaser
00:10 Basic Syntax of PHP like. file extension, PHP tag, comments etc.
14:48 What is Variable in PHP?
16:03 Rule for define Variable in PHP?
22:30 Difference between single quote string and double quote string in PHP
23:24 What is echo in PHP | What is Print in PHP | What is different between each and print
26:51 Overview of Integer data type in PHP
28:03 Overview of float data type in PHP
28:14 Overview of boolean data type in PHP
28:40 Overview of NULL data type in PHP
30:20 Depth understanding of Variable / Container
31:50 Know memory address of any variable with the help of C programming language
33:05 Requested for your valuable feedback.


In PHP, a variable is a container for storing data values. Variables are created using the dollar sign $ followed by the variable name. PHP is a loosely typed language, which means that you don't need to declare the data type of a variable explicitly; PHP determines the data type dynamically based on the value assigned to the variable.

Here's a brief overview of some common data types in PHP:

Integer: Represents whole numbers without any decimal point. Example: $num = 42;

Float (or Double): Represents numbers with a decimal point. Example: $floatNum = 3.14;

String: Represents a sequence of characters. Strings can be declared using single or double quotes. Example: $str = "Hello, World!";

Boolean: Represents either true or false. Example: $isTrue = true;

Array: Represents a collection of values, called elements, each identified by a key or index. Example: $colors = array("red", "green", "blue");

Object: Represents instances of user-defined classes. Example:

php tutorial in hindi,php data types in hindi,php in hindi,data types in php,php data types,types of data in php,data types in php in hindi,php tutorial,php tuts in hindi,php mysql in hindi,php tutorial for beginners full in hindi,data types in hindi,php mysql tutorial,php tutorial for beginners,php tutorials in hindi,php tutorial series,data type in php,php data type in hindi,data type in php in hindi,php in urdu,php backend tutorial, php tutorial for beginners,php tutorial for beginners full,php tutorial in hindi,php tutorial,php tutorial for beginners full in hindi,php for beginners,php tutorial for beginners in hindi,php tutorial for absolute beginners,mysql tutorial for beginners,php tutorials,php tutorial beginners hindi,react tutorial for beginners in hindi,php tutorials for beginners in hindi,php full course in hindi,php programming tutorial,learn php for beginners,php in hindi

PHPDataTypes
PHPVariables
PHPInHindi
PHPBeginners
LearnPHP
PHPProgramming
DataTypesTutorial
PHPBasics
WebDevelopment
PHPDataTypesExplained
PHPDevelopment
ProgrammingInHindi
CodingTutorial
PHPStrings
NumericDataTypes
php data type in hindi
#PHPDataTypes
#PHPVariables
#PHPInHindi
#PHPBeginners
#LearnPHP
#PHPProgramming
#DataTypesTutorial
#PHPBasics
#WebDevelopment
#PHPDataTypesExplained
#PHPDevelopment
#ProgrammingInHindi
#CodingTutorial
#PHPStrings
#NumericDataTypes