Not sure what you mean by 'changed', but the way to denote private functions is by adding 'private' to the method declaration, and not by prefixing them with _.

You can do it using:

class bar {
private function foo()
{
...
}
...
};

Zeev

At 09:43 12/01/2003, electroteque wrote:
hmm has the public and private function accessor changed ? i have been
building my classes with test() and _test() to differentiate from public and
private and have been waiting to try it out but i can still access both ! ??

"Electroteque" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> lol no , i am gonna try and upgrade my workfrom dinasour php3 to php 4.3,
i
> have a development box here @ home i just upgraded to the 4.3 release from
> rc3 and am gonna try out version 5 then it doesnt matter how stable it is
at
> home really :D
>
> "Danny Shepherd" <[EMAIL PROTECTED]> wrote in message
> 000b01c2b9d2$ae5e46c0$6400a8c0@DANNYS">news:000b01c2b9d2$ae5e46c0$6400a8c0@DANNYS...
> > It includes the latest CVS build of ZendEngine 2.0 - AFAIK it hasn't
even
> > reached beta status yet, so don't even think about using it for
production
> > work. That said, I didn't have any problems building it and it seems
> pretty
> > stable.
> >
> > A list of changes and features can be found at
> > http://www.php.net/ZEND_CHANGES.txt.
> >
> > HTH
> >
> > Danny.
> >
> > ----- Original Message -----
> > From: "electroteque" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, January 11, 2003 6:50 PM
> > Subject: [PHP] php5 cvs
> >
> >
> > > hi guys just noticed php5 cvs in the snaps page , does this have the
> zend
> > > 2.0 engine ? more specific question has it got the proper OO built in
> yet
> > ?
> > >
> > >
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
> >
>
>



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to