Home > php教程 > php手册 > body text

Introduction to the seven data types of PHP, seven data types of PHP

WBOY
Release: 2016-07-06 14:25:30
Original
1034 people have browsed it

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!