[PHP] Class Interfaces

2003-02-08 Thread Laborda

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




[PHP] Data Structures

2003-02-08 Thread Laborda
Hello,

Does anyone know where can I find information about data structures
implemented in PHP. I need to find something about Linked Lists, implemented
in PHP.. If anyone has any info, I'd appreciate it. I've tried to google it
out but I can't find anything. Thanks.

Laborda.-


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php