[PHP] Re: Scoping functions in PHP

2002-04-11 Thread Lee Doolan
> "Eric" == Eric Starr <[EMAIL PROTECTED]> writes: Eric> I am a Java programmer learning PHP. In Java you can have a Eric> class that contains public and private functions. Only the Eric> public functions are accessible outside of the class. Does Eric> PHP have a way to hid

[PHP] Re: Scoping functions in PHP

2002-04-10 Thread Michael Virnstein
No, there's nothing like private or public functions/methods. There's no way preventing someone using your private functions/methods. "Eric Starr" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 000e01c1e041$d931cc20$[EMAIL PROTECTED]">news:000e01c1e041$d931cc20$[EMAIL PROTECTED]... I am a Java progra