PDA

View Full Version : Reflection


filburt1
Sat 8th Jan '05, 8: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#.

Floris
Sun 9th Jan '05, 6:20am
I think it is new to php5, not 4.

Alan @ CIT
Mon 10th Jan '05, 1:20pm
Unfortunatly, the Reflection API was only introduced in v2 of the Zend Engine, which means it's PHP5 only.

Thanks,
Alan.