
PHP学习笔记
fevan
这个作者很懒,什么都没留下…
展开
-
php iconv() 错误
为了将gb2312的转换为utf-8,出现下面的错误iconv() : Detected an illegal character in input string分析产生错误的原因:1、将utf-8字符传入了2、将无法识别的字符集传入,可能不是gb2312 的(其他我们咋知道呢)最后上网搜索,网友指出有可能是编码超出了gb2312 的范围,最后使用GBK,问题解决。还是不懂iconv,特此备忘原创 2010-12-13 20:28:00 · 2026 阅读 · 0 评论 -
centos 下 php7.3, laravel 框架的安装测试
#安装php 7.3 yum install epel-release -y yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm -y yum install php73-php-cli php73-php-mbstring php73-php-pdo php73-php-xml php73-php-soap php73-php-gd php73-php-common -y ln -sf /usr/bin/php73 /us.原创 2021-10-14 14:29:19 · 283 阅读 · 0 评论 -
PHP开发 部分工具推荐
#数据库工具: ##完美支持Postgres DBeaver ##完美支持Mysql,一般支持Postgres HeidiSQL #编码工具: ##速度快,查代码快,多测试服务器 上传快 (Ctrl + Shift +S) Editplus ##格式化代码等好用 Zend Studio #虚拟服务器工具 ##免费,较好用 VirtualBox 6.x ##熟悉,好用 VMWare ...原创 2021-10-15 13:07:01 · 189 阅读 · 0 评论 -
PHPUnit 在线中文手册
PHPUnit 在线中文手册 https://phpunit.readthedocs.io/zh_CN/latest/index.html原创 2021-10-15 15:57:22 · 438 阅读 · 0 评论 -
Swoole VS Golang QPS 简单测试
最近在学习 Swoole,Golang,网上看到了很多 Swoole 和 Golang 的对比,也自行代码测试,发现略不同。貌似 Swoole 和 Golang QPS 旗鼓相当。原创 2022-09-09 16:20:06 · 471 阅读 · 0 评论