Re: [PHP-DEV] [PATCH] interface_exists()

2004-08-24 Thread Andi Gutmans
Applying right now. Thanks. Andi At 12:09 AM 8/25/2004 +, Andrey Hristov wrote: Hi, today I saw a note left by a person in the documentation on php.net about the lack of function named interface_exists(). Currently there is class_exists() which returns true always when the name is a declared c

[PHP-DEV] [PATCH] interface_exists()

2004-08-24 Thread Andrey Hristov
Hi, today I saw a note left by a person in the documentation on php.net about the lack of function named interface_exists(). Currently there is class_exists() which returns true always when the name is a declared class or a known interface. However an interface is not a class, some will say that i