SpHtml2Text函数
这个函数写的是什么东西呢? function SpHtml2Text($str) { $str = preg_replace(/||/isU,,$str); $alltext = ; $start =
2021-12-07 13:21
103 
create_html.php创建公共htm静态页面
为什么没用file_put_contents这个函数呢?
2021-12-07 13:21
116 
一个简单的验证身份的代码
一个简单的验证身份的代码 if($_COOKIE[adminname]==) { header(location:login.php); } require ../global.php; $admin=$
2021-12-07 13:21
98 
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
114 
关于使用讯搜(xunsearch)过程中遇到的坑
1. 在xunsearch中按区间搜索的方法`$search->addRange(字段名,from,to)`- 第一个参数为字段名- 第二个参数为区间的起点(如果为null,则代表不设置下限)- 第三个参数为区间的终
2021-12-07 13:21
94 
XSSearch
XSSearchAll Packages|属性|方法(函数)包XS继承关系class XSSearch »XSServer»XSComponent版本1.0.0源代码sdk/php/lib/XSSearch.clas
2021-12-07 13:21
102 
PHP SAPI---CLI
从版本 4.3.0 开始,PHP提供了一种新类型的SAPI(Server Application Programming Interface,服务端应用编程端口)支持,名为CLI,意为Command Line Int
2021-12-07 13:21
126 
PHP制作程序安装
PHP制作程序安装 /////////////////php部分/////////////////////// ; $fp=@fopen(include/db_config.php,w) or die(写方式
2021-12-07 13:21
106 
T:0.012681s,M:701.42 KB
返回顶部 留言