Re: Test for Interface membership



Check out is_a() and is_subclass_of();

http://www.php.net/manual/en/function.is-a.php
http://www.php.net/manual/en/function.is-subclass-of.php

.