PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

The Collection interface | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

The Collection interface

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

はじめに

Collection is the base interface which covers functionality common to all the data structures in this library. It guarantees that all structures are traversable, countable, and can be converted to json using json_encode().

インターフェイス概要

Ds\Collection implements Traversable , Countable , JsonSerializable {
/* メソッド */
abstract public void clear ( void )
abstract public Ds\Collection copy ( void )
abstract public bool isEmpty ( void )
abstract public array toArray ( void )
}

目次


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「The Collection interface」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | The Collection interface」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: