Mobile解析字符串的PHP库
<?php if( file_exists(dirname(__FILE__).'/nicejson/nicejson.php') ) { include_once dirname(__FILE__).'/nicejson/nicejson.php'; } require_once dirname(__FILE__).'/../Mobile_Detect.php'; $detect = new Mobile_Detect; $json = array( // The current version of Mobile Detect class that // is being exported. 'version' => $detect->getScriptVersion(), // All headers that trigger 'isMobile' to be 'true', // before reaching the User-Agent match detection. 'headerMatch' => $detect->getMobileHeaders(), // All possible User-Agent headers. 'uaHttpHeaders' => $detect->getUaHttpHeaders(), // All the regexes that trigger 'isMobile' or 'isTablet' // to be true. 'uaMatch' => array( // If match is found, triggers 'isMobile' to be true. 'phones' => $detect->getPhoneDevices(), // Triggers 'isTablet' to be true. 'tablets' => $detect->getTabletDevices(), // If match is found, triggers 'isMobile' to be true. 'browsers' => $detect->getBrowsers(), // If match is found, triggers 'isMobile' to be true. 'os' => $detect->getOperatingSystems(), // Various utilities. To be further discussed. 'utilities' => $detect->getUtilities() ) );
字符串主要用于编程,概念说明、函数解释、用法详述见正文,这里补充一点:字符串在存储上类似字符数组,所以它每一位的单个元素都是可以提取的,如s=“abcdefghij”,则s[1]=“a”,s[10]="j",而字符串的零位正是它的长度,如s[0]=10(※上述功能Ansistring没有。),这可以给我们提供很多方便,如高精度运算时每一位都可以转化为数字存入数组。
免责声明
本站所有资源均由网友贡献或各大下载网站转载。请自行检查软件的完整性!本站所有资源仅供学习参考。请不要将它们用于商业目的。否则,一切后果由您负责!如有侵权,请联系我们删除。联系方式:admin@php.cn
相关文章
掌握 JavaScript 中的 JSON 处理:解析和字符串化
28 Dec 2024
JavaScript 中的 JSON 处理(解析和字符串化) JSON(JavaScript 对象表示法)是一种轻量级数据交换格式,易于人类阅读和编写,也易于机器解析和生成。 JavaScript 提供了内置的 i
Python 的 strptime 函数如何解析日期时间字符串?
31 Dec 2024
使用 strptime 解析日期时间字符串考虑将“Jun 1 2005 1:33PM”等字符串转换为日期时间对象的任务。为了解决这个问题,...
Hot Tools
热门文章
崩坏:星穹铁道 - 所有金色替罪羊谜题解决方案
18 Jan 2025
手游攻略
印第安纳琼斯与大圈:高棉齿轮位置指南
27 Dec 2024
手游攻略
印第安纳琼斯与大圆圈:轨迹 Boss 战斗指南
24 Dec 2024
手游攻略
如何在SQL中随机选择行?
17 Jan 2025
mysql教程
Tales Of Graces F 重制版:所有锁定的宝箱密码
18 Jan 2025
手游攻略