Standard PHP Library《课题》

WBOY
Release: 2016-06-13 12:08:54
Original
931 people have browsed it

Standard PHP Library《专题》

Standard PHP Library

? ? standard php library简称SPL,php标准类库。它是用于解决典型(常见)问题的一组接口与类的集合。SPL主要包括数据结构、基础接口、基础函数、迭代器、异常以及其它几个方面。常见问题如下:

?

  1. 数学建模、数据结构(解决数据怎么存储的问题)
  2. 元素遍历(数据怎么查看问题)
  3. 常用方法的统一调用(包括通用方法[数组、集合大小] 和自定义遍历)
  4. 类的自动装载(PHP适应大型项目的管理要求,把功能实现分散到不同文件中)

一、SPL常用数据结构

?

?? ? ? ?

??

二、SPL常用迭代器

?

? 1、ArrayIterator迭代器接口用于遍历数组

? ? ? ?把for、while、foreach遍历的数组,转换成iterator来遍历。

?

? 2、AppendIterator能陆续遍历几个迭代器

? 3、MultipleIterator用户把多个Iterator里面的数据组合为一个整体访问

? 4、OuterIterator

?

三、SPL基础接口

四、SPL常用函数

?

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!