हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा १२

Discuss in detail about PHP data types. - Computer Applications

Advertisements
Advertisements

प्रश्न

Discuss in detail about PHP data types.

दीर्घउत्तर

उत्तर

PHP scripting language supports 13 primitive data types.
Data Types plays important role in all programming languages to classify the data according to the logic.
PHP supports the following data types.

  1. String
  2. Integer
  3. Float
  4. Boolean
  5. Array
  6. Object
  7. NULL
  8. Resource
Data type Explanation Example
String The string is a collection of characters within the double or single quotes $x = “Computer Application!”;
Integer An integer is a data type which contains non-decimal numbers. $x = 59135;
Float Float is a data type which contains decimal numbers, $x = 19.15;
Boolean Boolean is a data type which denotes the possible two states, TRUE or FALSE $x = true;
$y = false;
Array The array is a data type which has multiple values in a single variable. $cars = array(”Computer”,”Laptop”, ”Mobile”);
Object It is a data type which contains information about data and function inside the class. $school_obj = new School ();
NULL Null Is a special data type which contains s single value; NULL $x = null;
Resources The resource is a specific variable, it has a reference to an external resource. Shandle = fopen(“note.txt” “r”); var_dump($handle);
shaalaa.com
Web Development Concept
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 4: Introduction to Hypertext Pre-Processor - Evaluation - PART – IV [पृष्ठ ९७]

APPEARS IN

सामाचीर कलवी Computer Applications [English] Class 12 TN Board
अध्याय 4 Introduction to Hypertext Pre-Processor
Evaluation - PART – IV | Q 4. | पृष्ठ ९७
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×