Hello, I have a question.. Does PHP have support for Class Interfaces declaration? What in Java would be:
public interface MyInterface { final String aString = "Str"; final String oString = "String"; void aFunction(String inter, double face); } ? If not, how can I do this?.. Thanks a lot. Laborda.- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php