28
2019-10
PHP namespace、require、use區別
假設 有文件a.php 代碼
<?php class a{//類a public function afun()//函數afun {
echo "aaaa";
}
} ?>
有文件b.php 代碼
...
微信便捷交流