data, $value); return true; } public function pop() { return array_shift($this->data); } }