|  | Posted by Rob on 06/13/04 12:00 
On Jan 16, 10:11 am, micah <micahk...@gmail.com> wrote:> try using this a generic object:
 >
 > $obj = new stdClass();
 >
 > On Jan 15, 6:14 pm, KDawg44 <KDaw...@gmail.com> wrote:
 >
 >
 >
 > > Hi,
 >
 > > I would like to have a function that takes a generic object and takes
 > > some action on this.   Something like,
 >
 > > function AMethod(Object obj) {
 > >          DoSomeStufftotheObject;
 >
 > > }
 >
 > > then be able to pass various object types in.  Is there a way to do
 > > this in PHP?  Do classes automatically inherit from a generic Object
 > > like in Java?
 >
 > > Thanks.- Hide quoted text -
 >
 > - Show quoted text -
 
 Just out of interest, is there any way to see what properties,
 methods, constructs, etc the generic stdClass object has? Or maybe
 it's documented somewhere?
 
 Rob.
  Navigation: [Reply to this message] |