예제 #1
0
파일: test.php 프로젝트: jasonshaw/LuckyPHP
 public function client()
 {
     Debug::show(Client::system());
     Debug::show(Client::browser());
     Debug::show(Client::equipment());
     Debug::show(Client::ip());
     Debug::show(Client::language());
     Debug::show(Client::isWeixin());
 }
예제 #2
0
파일: test.php 프로젝트: shareany/luckyphp
 protected function client()
 {
     Debug::show(Client::system());
     Debug::show(Client::browser());
     Debug::show(Client::equipment());
     Debug::show(Client::ip());
     Debug::show(Client::language());
     Debug::show(Client::isWeChat());
 }