Centos 7 PHP7环境配置 LNMP
首先更新系统软件$ yum update安装nginx1.安装nginx源1. $yumlocalinstallhttp://nginx.org/packages/centos/7/noarch/RPMS/ngin
2021-12-07 13:21
140 
SpHtml2Text函数
这个函数写的是什么东西呢? function SpHtml2Text($str) { $str = preg_replace(/||/isU,,$str); $alltext = ; $start =
2021-12-07 13:21
127 
create_html.php创建公共htm静态页面
为什么没用file_put_contents这个函数呢?
2021-12-07 13:21
138 
一个简单的验证身份的代码
一个简单的验证身份的代码 if($_COOKIE[adminname]==) { header(location:login.php); } require ../global.php; $admin=$
2021-12-07 13:21
119 
php 之 Object of class stdClass could not be conver
今天用Php进行输出时遇到了如下错误:Catchable fatal error: Object of class stdClass could not be converted to string in ……***
2021-12-07 13:21
134 
关于使用讯搜(xunsearch)过程中遇到的坑
1. 在xunsearch中按区间搜索的方法`$search->addRange(字段名,from,to)`- 第一个参数为字段名- 第二个参数为区间的起点(如果为null,则代表不设置下限)- 第三个参数为区间的终
2021-12-07 13:21
120 
XSSearch
XSSearchAll Packages|属性|方法(函数)包XS继承关系class XSSearch »XSServer»XSComponent版本1.0.0源代码sdk/php/lib/XSSearch.clas
2021-12-07 13:21
124 
PHP SAPI---CLI
从版本 4.3.0 开始,PHP提供了一种新类型的SAPI(Server Application Programming Interface,服务端应用编程端口)支持,名为CLI,意为Command Line Int
2021-12-07 13:21
147 
T:0.016235s,M:736.61 KB
返回顶部 留言