PHPer 7月前发布了

【待解决】php的Memcache addServer 后set失败

遇到的问题 $m = new Memcache; $m->connect('localhost', 11211); // $m->addServer('localhost', 11211); // echo $m->getServerStatus('localhost', 11211);die; // var_dump($... 查看更多
0 收起
PHPer 9月前发布了

【PHP】COOKIE和SESSION的使用以及区别

一、COOKIE 1. 认识cookie Cookie英文是曲奇饼、小甜品的意思,在web应用中,也类似于程序大餐中的小甜品,在 Internet 中,Cookie 实际上是指小量信息,是由 Web 服务器创建的,将信息存储在用户... 查看更多
0 收起
PHPer 1年前发布了

一个PHP针对数字的加密解密类

<?phpnamespace app;/** * 加密解密类 * 该算法仅支持加密数字。比较适用于数据库中id字段的加密解密,以及根据数字显示url的加密。 * @author 深秋的竹子 * @version alpha * @加密原则 标记长度 + 补... 查看更多

【已实测】configure: error: Cannot find ldap.h 解决方法

在用wordpress时需要开启ldap,在安装php-ldap时遇见了configure: error: Cannot find ldap.h这个报错,百度了你知道的都是一个答案,尝试了不好使。终于在必应上看到了另一种解决方式 apt-get install... 查看更多

【已实测】linux下安装php的Exif扩展笔记!(用LNMP一键安装脚本安装的php)

没安装Exif扩展,这个PHP安装不支持读取Exif数据。 Intervention \ Image \ Exception \ NotSupportedExceptionReading Exif data is not supported by this PHP installation. 宝塔上直接... 查看更多
1 收起

 推荐内容

© 查问我看 - 查问网

  0.23s

1 GB

技术支持 Yii 框架