PHP: What is the difference between Foo->Bar and Foo::Bar?

Toby

New member
I know that Foo->Bar calls a function in a class a la object oriented programming. What is Foo::Bar? Is it similar?
 
Back
Top