摘要:
主要对类名,类所拥有的方法,以及所传参数起约束和规范做用,感觉跟php abstract 抽象类又有点像。 一,接口的定义和调用 <?php interface face1 { const param = 'test'; public function show(); } class test im 阅读全文
摘要:
You don't have permission to access the requested directory. 找到\xampp\apache\conf\httpd.conf配置文件 Access forbidden! You don’t have permission to access 阅读全文