php判断当前网页url是http还是https的方法
<?php $url_http = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') || (isset($_SERVER['HTTP_X_FORWARD...
<?php $url_http = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') || (isset($_SERVER['HTTP_X_FORWARD...
链接:https://pan.baidu.com/s/1l2rQFdqkJAV_AJkYHNYc4Q 密码:choj
注意header中有两个// if(is_mobile()){ $url = $_SERVER['HTTP_HOST'].'/mobile/'; header("Location://$url...
字符串->数组 数组->字符串 $name = [ "xx",'cc','oo']; $info = [ "内容1",'内容2','内容3']; // $c=array_combine($name,$info); $str1 =...
两个非常棒的网站分享 api免费接口 https://www.bejson.com/knownjson/webInterface/ json格式化工具 https://www.bejson.com/jsonviewernew/ jq跳转到某...
//获取ip地址的实际地区 function get_ip_info($ip = '') { $url = "http://ip.taobao.com/service/getIpInfo.php?ip=".$ip; $data = ...
1.超链接<a href="http://www.wangmingchang.com/" title="王明昌博客">Welcome</a> 等效于js代码 window.location.href="http://...

SQL结构 : wp_commentmeta :文章评论额外信息表。 CREATE TABLE IF NOT EXISTS `wp_commentmeta` ( `meta_id` bigint(20) uns...
根目录 |-wp-admin | |-css | |-images | |-includes | |-js | |-maint | |-network | |-user |-wp-content | |-languages | |-plug...
零基础学习PHP参考 正则表达式 整理php函数库 php函数