Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml

2001-03-27 Thread Damien Seguy
Hi I've been aware of an interesting thread on phpbuilder about the "::" operator. This operator is not yet documented, nor in operator.xml, nor in classobj.xml. This may be a good idea to add this. If this was planned already (some changes seem pretty fresh, aren't they?), just tell me. Here i

RE: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml

2001-03-27 Thread James Moore
should be 4.0.6 James > -Original Message- > From: Daniel Beckham [mailto:[EMAIL PROTECTED]] > Sent: 27 March 2001 19:10 > To: [EMAIL PROTECTED] > Subject: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml > > > danbeck Tue Mar 27 10:09:43 2001 EDT > > Modified files:

Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml

2001-03-27 Thread Andrei Zmievski
On Tue, 27 Mar 2001, Daniel Beckham wrote: > danbeck Tue Mar 27 10:07:37 2001 EDT > > Modified files: > /phpdoc/en/functions classobj.xml > Log: > added note as per Andrei > > Index: phpdoc/en/functions/classobj.xml > diff -u phpdoc/en/functions/clas

Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml

2001-03-27 Thread Andrei Zmievski
On Tue, 27 Mar 2001, Daniel Beckham wrote: > Ah, ok.. weird though. Why have two functions that do essentially the same > exact thing? That's just the way it happened. -Andrei "The only true currency in this bankrupt world is what we share with each other when we're uncool." -- Lester Bangs, f

Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml

2001-03-27 Thread Daniel Beckham
7, 2001 11:46 AM Subject: Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml > On Tue, 27 Mar 2001, Daniel Beckham wrote: > > Cool, can this be used with get_class_vars() also? If not, it would be a > > logical change to go along with get_class_methods(). > > There is alr

Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml

2001-03-27 Thread Andrei Zmievski
On Tue, 27 Mar 2001, Daniel Beckham wrote: > Cool, can this be used with get_class_vars() also? If not, it would be a > logical change to go along with get_class_methods(). There is already get_object_vars(). But get_parent_class() got the same change yesterday. -Andrei * What were the first 15

Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml

2001-03-27 Thread Daniel Beckham
lt;[EMAIL PROTECTED]> Sent: Tuesday, March 27, 2001 11:42 AM Subject: Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml > On Tue, 27 Mar 2001, Daniel Beckham wrote: > > +$my_class = new myclass(); > > + > > +$class_methods = get_class_methods(get_class($my_class)); >

Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml

2001-03-27 Thread Andrei Zmievski
On Tue, 27 Mar 2001, Daniel Beckham wrote: > +$my_class = new myclass(); > + > +$class_methods = get_class_methods(get_class($my_class)); Since yesterday, you can also do get_class_methods($my_class) directly. -Andrei "The human brain is a wonderful thing. It starts working the moment you are b