lib.php 287 B

123456789101112131415161718192021
  1. <?php
  2. if ( ! defined('BASE_PATH')) exit('No direct script access allowed');
  3. /**
  4. * 公共函数
  5. * */
  6. class lib{
  7. /**
  8. * 检查环境
  9. **/
  10. public static function check(){
  11. }
  12. /**
  13. * 是否为URL
  14. **/
  15. public static function is_url($url){
  16. }
  17. }