Home  >  Article  >  php教程  >  php 解析符

php 解析符

WBOY
WBOYOriginal
2016-06-13 10:48:181088browse

class a { 
    function ec(){ 
        echo "解析符"; 
    } 

 
a::ec(); 
 
//可以用于访问静态成员、方法和常量,还可以用于覆盖类中的成员和方法。   
?> 
 
摘自  chaojie2009的专栏 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn