Posted by Mathijs on 01/11/06 13:09
Stefan Reimers wrote:
> Try
>
> array get_class_vars ( string class_name)
>
> This will return an array with at least the public variables.
>
>
> Mathijs wrote:
>> Is there a way to check how much/which variables there are in an class?
>>
>> Thx in advanced.
It works, but only for the public indeed.
Is there also a way to get the private/protected variables?
[Back to original message]
|