Re: [PHP] Re: Determine if a property in a class is public, protected or private

2004-08-25 Thread Curt Zirzow
* Thus wrote M. Sokolewicz: > Erik franzén wrote: > >Is it possible to determine if a property inside a object is public, > >protected or private in PHP 5? > > > >/Erik > use the (undocumented) Reflection API http://php.net/oop5.reflection Curt -- First, let me assure you that this is not one

[PHP] Re: Determine if a property in a class is public, protected or private

2004-08-25 Thread M. Sokolewicz
Erik franzén wrote: Is it possible to determine if a property inside a object is public, protected or private in PHP 5? /Erik use the (undocumented) Reflection API -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php