CakeFest 2024: The Official CakePHP Conference

はじめに

The Standard PHP Library (SPL) は、標準的な問題を解決するためのインターフェイスやクラスを集めたものです。

SPL は、標準データ構造や、オブジェクトを走査するためのイテレータ、インターフェイス、標準の例外、そしてファイルを扱うクラスなどを提供し、 spl_autoload_register() などの関数も提供します。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top