Re: figure out members of an object?
- From: "NC" <nc@xxxxxxxxx>
- Date: 2 Oct 2005 20:31:52 -0700
www.douglassdavis.com wrote:
>
> Say I am retrieving an object from a function...
....
> Now, there could be two "types" of objects returned, with two distinct
> sets of members.
>
> say one type has a member "prefix" and one has a member "prefix1"
>
> my question is, how can I figure out which type the function has
> returned?
Use get_object_vars() to obtain an associative array of defined object
properties for the returned object. Alternetively, use get_class() to
see the type of the returned object. For more information, see the
Manual:
http://www.php.net/get_object_vars
http://www.php.net/get_class
Cheers,
NC
.
- References:
- figure out members of an object?
- From: www.douglassdavis.com
- figure out members of an object?
- Prev by Date: Re: test users needed
- Next by Date: Re: |OT| Open source user network application?
- Previous by thread: figure out members of an object?
- Next by thread: Re: test users needed
- Index(es):
Relevant Pages
|