Re: [PHP-DEV] iterating objects with interfaces
[email protected] ((Marcus Börger)) Wed, 12 Mar 2003 01:24:30 +0100
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
At 19:05 10.03.2003, Marcus Börger wrote:
>Standard PHP Library
Updated version allows:
class obj_array implements spl::array_read {
bla ...
}
$obj = new obj_array();
$value = $obj[$index];
marcus
--
----------------------------------------------------------------------
Marcus Börger - Looking for all sorts of freelance work - just ask...
Did i help you? Consider a gift:
http://www.amazon.de/exec/obidos/wishlist/ho722v0rg1u0
----------------------------------------------------------------------