In my class I have functions :ehh: , when reading tutorials on PHP the text (and often code comments) this function is private and that function is public. There is no public/private keyword specified as with other languages.
How do we specify public/private and looking at other peoples code how can we tell whether it is public/private.
