Page 1 of 1

public, private functions

Posted: Thu Aug 31, 2006 12:11 am
by silverbux
hello im having trouble understanding the following, and i dont know when to use them. please enlighten me. thank you in advance :)

public static function()
public function foo()

private function foo()
private static function foo()

Posted: Thu Aug 31, 2006 12:15 am
by feyd
Have you read up on the keywords in the manual? http://php.net/language.oop5