Underscore naming
Posted: Sun Oct 23, 2005 3:10 am
Hi,
I've seen some php functions named, such as:
What does underscore functions do?
My guess was in PHP4, there weren't private functions, so do underscore naming denote private functions?
Thanks![/quote]
I've seen some php functions named, such as:
Code: Select all
$class->_database()
$class->_print()My guess was in PHP4, there weren't private functions, so do underscore naming denote private functions?
Thanks![/quote]