提供像访问数组一样访问对象的能力的接口。
Example #1 Basic usage
<?php class obj implements arrayaccess { private $container = array(); public function __construct() { $this->container = array( "one" => 1, "two" => 2, "three" => 3, ); 1/8 1 2 3 4 5 6 下一页 尾页
1/8 1 2 3 4 5 6 下一页 尾页