2009/10/10 MEM <tal...@gmail.com>:
>>
>> MEM,
>>
>> http://www.php.net/language.oop5.reflection
>>
>>
>> Regards,
>> Tommy
>>
>>
>
>
> And brand new world opens in from of my eyes... O.O.
>
> I will search more info on this on the net... just for the records, as
> properties names is concern, I couldn't find any better I suppose:
> http://pt.php.net/manual/en/reflectionproperty.getname.php
>
>
> I'm just wondering, we call it like this?
> $property = new ReflectionProperty($myproperty);
> $proptertyName = $property->getName();
>
>
> Can we called statically like this?
> $propertyName = ReflectionProperty::getName($myproperty);      -> this would
> be nice. :)
>
> The documentation is a little bit lacking, and I'm a little bit newbie, is
> this correct?
>
> Note:
> The array_keys as a possibility to retrieve ALL keys from a given array. It
> would be nice to retrieve ALL properties names at once as well...
> :)
>
>
>
> Regards,
> Márcio

Hi Márcio,

You may also find the following useful:

http://php.net/get_class_vars
http://php.net/get_object_vars
http://php.net/reflectionclass.getproperties


Regards,

Torben

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

Reply via email to