[PHP] Re: check if a variable is declared as private

2004-03-02 Thread Vivian Steller
Jakes wrote: > The word private says it all - If you create a object, > you are not going to be able to use it, because its > private to that class. Its a class variable, not a object variable > oh, yeah - your right of course... taking a look at get_object_vars($obj) output doesn't show private

[PHP] Re: check if a variable is declared as private

2004-03-02 Thread Jakes
The word private says it all - If you create a object, you are not going to be able to use it, because its private to that class. Its a class variable, not a object variable "Vivian Steller" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > is it possible to check if a varia