Home > Common Problem > What is the structure type

What is the structure type

藏色散人
Release: 2020-06-30 09:01:44
Original
11533 people have browsed it

The structural type is a data type that allows some data components to be aggregated into a whole. It can unify different types of data that are intrinsically related into a whole and make them related to each other.

What is the structure type

Structure

The structure type is a type of data that allows some data components to be aggregated into a whole Type, it can unify different types of data that are intrinsically related into a whole and make them related to each other

Related introduction:

Data storage basics

Array

Array is the most basic structural type. It is an ordered collection of data of the same type.

Structure

The structure type is a type that allows some data to be A data type that aggregates components into a whole. It can unify different types of data that are intrinsically related into a whole and make them related to each other.

Linked list

Linked list is a common and important Basic data structure is also an important means to implement complex data structures

The above is the detailed content of What is the structure type. For more information, please follow other related articles on the PHP Chinese website!

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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template