Standard PHP Library (SPL)
SPL
&reftitle.intro;
The Standard PHP Library (SPL) は、標準的な問題を解決するためのインターフェイスやクラスを集めたものです。
SPL は、標準データ構造や、オブジェクトを走査するためのイテレータ、インターフェイス、標準の例外、そしてファイルを扱うクラスなどを提供し、
spl_autoload_register などの関数も提供します。
&reference.spl.setup;
&reference.spl.constants;
&reference.spl.datastructures;
&reference.spl.iterators;
&reference.spl.interfaces;
&reference.spl.exceptions;
&reference.spl.reference;
&reference.spl.files;
&reference.spl.miscellaneous;