エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
分散系のこと考えてた時に出来たなにか <?php class LumpedCollection { protected $_container = array... 分散系のこと考えてた時に出来たなにか <?php class LumpedCollection { protected $_container = array(); protected $_method_cache = array(); protected $_class_name; public function __construct(array $objs = null) { if($objs === null || count($objs) == 0) return; $this->_class_name = get_class($objs[0]); $this->_container = $objs; } public function append(stdClass $obj) { $obj_class = get_class($obj); if($this->_class_n