namespace Test;
class Test{
public function Ttest(){
echo "这是Test里面的测试方法"."<br>";
}
}
namespace Index; require 'test.php'; $T=new \Test\Test(); $T->Ttest();
namespace Index; namespace Test; require 'test.php'; $T=new Test(); $T->Ttest();
namespace Index; require 'test.php'; use Test\Test; $T=new Test(); $T->Ttest();
namespace projectOne\one;
class Test{
public function test(){
return "this is a test program";
}
}
namespace projectOne\one; require '../projectOne/One.php'; $O=new Test(); echo $O->test();
namespace projectOne\one{
class test{
public function hello(){
return "helloworld";
}
}
}
namespace projectOne\Two{
class project{
public function world2(){
return "welcome to china";
}
}
class project2 extends \projectOne\one\test{
public function wo(){
return "this is my test function ,it is name wo";
}
}
}
namespace projectOne\Two{
$p=new project2();
echo $p->wo()."<br>";
echo $p->hello();
}
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有