Type of accessTotal 1 article
Cell phone type access judgment-Small Seven Notes

Cell phone type access judgment

1. determine if it is mobile access ** * determine if it is mobile access * @return boolean */ function cmf_is_mobile() { if (PHP_SAPI ! = 'cli') { static $cmf_is_mobile; if (isset($cmf_is_mobile)) return $cmf...
2 years ago
02545