What\'s the difference between these object callings?
Non Static:
$var = new Object; $var->function();
Static methods and members belong to the class itself and not to the instance of a class.