Difference between double colon and arrow operators in PHP?

Viewed 28243

In the sidebar of the php web manual, link text the addChild method uses the :: scope resolution operator, but in the example it uses the Arrow operator. Can anyone tell me why that is?

3 Answers
Related