[Solar-talk] Solar_Struct

Mike Naberezny mike at naberezny.com
Wed Jul 19 16:27:17 PDT 2006


Antti Holvikari wrote:
> This is a 5.2 snap. I was just looking at the phpinfo and everything
> seems ok. Should the SPL show the ArrayAccess? It was the only
> missing.
>   

ArrayAccess is not part of SPL.  It is a ZE2 interface and can be seen 
like this:


$ php -r "print_r(get_declared_interfaces());" | grep ArrayAccess
Array
    [3] => ArrayAccess


If you are on Windows, use "findstr" in place of "grep".

Mike


More information about the solar-talk mailing list