单冒号:

常用与三元运算,如:
$result = $str ? $str : $str1;

双冒号:

1,当调用静态属性和静态方法时

2,当调用自身类或者父类的属性或者方法时

05-02 20:59