filburt1
Sat 8th Jan '05, 7:14pm
Does PHP 4.3.x, not PHP 5, offer any reflection services?
If you know what reflection is, you should be good. If you don't, reflection is the ability of a language to analyze itself. If you know Java, see http://java.sun.com/docs/books/tutorial/reflect/ for a metaphor. If you don't, it's hard to explain because few other languages support it; the only other one I know that does is C#.
If you know what reflection is, you should be good. If you don't, reflection is the ability of a language to analyze itself. If you know Java, see http://java.sun.com/docs/books/tutorial/reflect/ for a metaphor. If you don't, it's hard to explain because few other languages support it; the only other one I know that does is C#.