Home  >  Article  >  Backend Development  >  Introduction to the seven data types of php, seven data types of php_PHP tutorial

Introduction to the seven data types of php, seven data types of php_PHP tutorial

WBOY
WBOYOriginal
2016-07-12 08:50:281038browse

Introduction to seven data types in php, seven data types in php

PHP has 7 data types. Seven types:

String

The string holds characters, such as "一", "abc", "www.manongjc.com", etc. PHP strings are case-sensitive.

Object

There are multiple value objects that are complex variables, and they can have their own functions.

Resources

The resource may be image data, or the result of a SQL query. We should release resources after using them.

Original address: http://www.manongjc.com/article/1000.html

Related reading:

A simple example of php getting the form checkbox value

php uses array to submit form data

Example of php using post method to submit a form

select drop-down box multiple selection and value examples

php A simple form submission example

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1133569.htmlTechArticleIntroduction to seven data types in php, seven data types in php PHP has 7 data types. Seven types: String String holds characters, such as one, abc, www.manongjc.com, etc. PHP strings are different...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn