[php] :: or ->

I use PHP all the time but I have never understood (never bothered to find out) what advatages there are of one over the other. I normaly use $class->method(); what would be the difference in using $class::method(); sytax ?