Standard PHP Library
standard php library简称SPL,php标准类库。它是用于解决典型(常见)问题的一组接口与类的集合。SPL主要包括数据结构、基础接口、基础函数、迭代器、异常以及其它几个方面。常见问题如下:
- 数学建模、数据结构(解决数据怎么存储的问题)
- 元素遍历(数据怎么查看问题)
- 常用方法的统一调用(包括通用方法[数组、集合大小] 和自定义遍历)
- 类的自动装载(PHP适应大型项目的管理要求,把功能实现分散到不同文件中)
一、SPL常用数据结构
二、SPL常用迭代器
1、ArrayIterator迭代器接口用于遍历数组
把for、while、foreach遍历的数组,转换成iterator来遍历。
2、AppendIterator能陆续遍历几个迭代器
3、MultipleIterator用户把多个Iterator里面的数据组合为一个整体访问
4、OuterIterator
三、SPL基础接口
四、SPL常用函数
相关推荐
《The Standard C Library》这本书是理解C语言标准库的重要资源,它深入剖析了我们每天编程时频繁使用的C标准函数的内部实现。C标准库是C编程的基础,包含了各种功能丰富的函数,如输入输出、字符串处理、内存管理、...
The C++ Standard Library - A Tutorial and Reference, 2nd Edition describes this library as now incorporated into the new ANSI/ISO C++ language standard (C++11). The book provides comprehensive ...
The STM32F4xx standard peripherals library, called STSW-STM32065, covers three abstraction levels, and provides user with a complete register address mapping with all bits, bitfields and registers ...
Python Standard Library Python Standard Library Python Standard Library Python Standard Library Python Standard Library Python Standard Library
### 关于《C++ Standard Library》 #### 书籍概述 《C++ Standard Library》是一本专为C++程序员编写的权威教程与参考手册,由Nicolai M. Josuttis编写,出版于1999年。该书系统地介绍了C++标准库中的各种组件及其...
F0_en.stm32f0_stdperiph_lib_v1.6.0.zip F1_en.stsw-stm32054_v3-6-0.zip F2_en.stsw-stm32062_v1.1.0.zip F3_en.stm32f37x_dsp_stdperiph_lib_v1.0.0.zip F4_en.stm32f4_dsp_stdperiph_lib_v1.8.0.zip ...
The C++ Standard Library: A Tutorial and Reference, Second Edition, describes this library as now incorporated into the new ANSI/ISO C++ language standard (C++11). The book provides comprehensive ...
Rogue Wave Standard C++ Library的User Guide和 Class Reference,从网上下载了html和图片,然后整理成chm,方便查阅,还算完美。
标题《The C++ Standard Library(2nd)》所指的知识点主要集中在C++11标准库的介绍和阐述上。C++标准库是C++编程语言的一部分,为开发者提供了一系列预制的组件和工具,使他们能够以高效和标准化的方式完成各种编程...
C++ Standard Library Quick Reference by Peter Van Weert, Marc Gregoire 2016 | ISBN: 1484218752 | English | 206 pages PDF+EPUB This quick reference is a condensed reference guide to the essential data...
JSTL(JSP Standard Tag Library ,JSP标准标签库)是一个不断完善的开放源代码的JSP标签库
The_C++_Standard_Library(c++中文版),高清扫描版 The_C++_Standard_Library(c++中文版),高清扫描版 The_C++_Standard_Library(c++中文版),高清扫描版 The_C++_Standard_Library(c++中文版),高清扫描版
《C标准库.The Standard C Library》是一本深入探讨C语言标准库的重要著作。C标准库是C编程语言的核心部分,提供了大量的函数和数据类型,使得程序员可以高效地进行系统级和应用级编程。这本书详细阐述了C标准库中的...
C标准库“圣经”,提供完整源代码,全面深入阐述库函数的实现与运用。C程序员必备参考书。《C标准库》是由世界级C语言专家编写的C标准库经典著作。英文版已经重印十多次,影响了几代程序员。《C标准库》结合C标准的...
to more than 1,100 pages, I still can’t present the C++ standard library as a whole. The library part of the new C++11 standard alone now has about 750 pages, written in very condensed form without ...
最新版C++技术经典系列,融浸C++11技术新标准。 不必等印刷品呈现,也不必担心等来的是那些跟自己差不多的中式翻译,英语是我们的工作用语,坚持突破第一本影印原著,便可收获风雨后的流畅英文阅读能力,顺带享用...