エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
sebastianbergmann's php-object-freezer at master - GitHub
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
sebastianbergmann's php-object-freezer at master - GitHub
Object_Freezer This class provides the low-level functionality required to store ("freeze") PHP o... Object_Freezer This class provides the low-level functionality required to store ("freeze") PHP objects to and retrieve ("thaw") PHP objects from an object store. Object_Freezer::freeze() Freezes an object. In the example below, we freeze an object of class A. As this object aggregates an object of class B, the object freezer has to freeze two objects in total. <?php require_once 'Object/Freezer.p