ICP备案查询API源码
返回值演示:123456789{ "code": "200", "主办名称": "厦门享联科技股份有限公司", "主办类型": "企业", "备案号码": "闽ICP备08105208号-1", "网站名称": "站长之家", "网站首页": "www.chinaz.com bbs.chinaz.com s.chinaz.com", "审核时间": "2019/1/30 0:00:00"} 接口源码:1234567<?phpheader("Content-Type:text/html;charset=UTF-8");date_default_timezone_set("PRC");$url =...
城市天气查询API源码
返回值演示:1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859{ "data": { "yesterday": { "date": "6日星期三", "high": "高温 16℃", "fx": "北风", "low": "低温 0℃", "fl": "<![CDATA[<3级]]>", "type": "晴" }, "city": "徐州", ...
免IDKEY加QQ群
返回值演示:12345{ "code": 200, "msg": "url": "http://shang.qq.com/wpa/qunwpa? idkey=a77400bf74e499dd53e64a96e64450a0c6a834515c44ab0680074d83bc7d2b16"} API接口源码:123<?phpheader('Location:https://api.vvhan.com/api/qun?id=237909152');?>
PHP超级Ping API接口 源码
返回值演示:123456789{ "code": "200", "host": "192.168.1.1", "ip": "192.168.1.1", "location": "局域网 对方和您在同一内部网", "ping_time_min": " 0.371ms", "ping_time_avg": "0.381ms", "ping_time_max": "0.392ms"} API源码:123456789101112<?php/***域名/IP...
PHP生成随机字符 可做随机命名 随机卡密等
利用此函数生成随机文件名或强度较高的卡密等第一种:123456789101112<?phpfunction randStr($len = 6){ $chars = 'ABDEFGHJKLMNPQRSTVWXYabdefghijkmnpqrstvwxy23456789#%*'; mt_srand((float) microtime() * 1000000 * getmypid()); $password = ''; while (strlen($password) < $len) $password .= substr($chars, (mt_rand() % strlen($chars)), 1); return $password;}echo...
此生不惜,何言来世
...
欢迎使用 Typecho
如果您看到这篇文章,表示您的 blog 已经安装成功.