当前分类:php
win10下php安装mongodb扩展

今天做项目要使用mongodb,发现没有mongodb扩展,下面是win10下php安装MongoDB扩展的教程。

阅读全文

php文字生成图片报错imagettfbbox(): any2eucjp(): invalid code in input string问题解决

今天做项目,thinkphp使用QrCode生成二维码图片写入中文的时候报错 报错信息:imagettfbbox(): any2eucjp(): invalid code in input string

阅读全文

php文字生成图片报错imagettftext(): any2eucjp(): invalid code in input string问题解决

今天做项目,thinkphp使用QrCode生成二维码图片写入中文的时候报错 报错信息:imagettftext(): any2eucjp(): invalid code in input string

阅读全文

thinkphp 5.0报错pcntl_signal() has been disabled for security reasons问题解决

thinkphp 5.0使用workerman,启动workerman服务端报错 pcntl_signal() has been disabled for security reasons in file /www/wwwroot/shop/vendor/workerman/workerman/Worker.php on line 1107 pcntl_fork() has been disabled for security reasons in file /www/wwwroot/shop/vendor/workerman/workerman/Worker.php on line 1514

阅读全文

thinkphp5.0报错Class 'think\worker\Server' not found问题解决

执行php server.php start后报错 [think\exception\ErrorException] Class 'think\worker\Server' not found 找了一些资料,说的是composer问题、大小写问题等等,都没有解决。报错原因分析:没有加载到类think\worker\Server

阅读全文

PHP中文件锁定 flock() 函数

flock() 允许执行一个简单的可以在任何平台中使用的读取/写入模型(包括大部分的 Unix 派生版和甚至是 Windows)。在 PHP 5.3.2版本之前,锁也会被 fclose() 释放(在脚本结束后会自动调用)。PHP 支持以咨询方式(也就是说所有访问程序必须使用同一方式锁定, 否则它不会工作)锁定全部文件的一种轻便方法。 默认情况下,这个函数会阻塞到获取锁;这可以通过下面文档中 LOCK_NB 选项来控制(在非 Windows 平台上)。

阅读全文

php简单的分页类

一款简单实用的原生PHP分页类

阅读全文

php 安装imap报错“configure: error: utf8_mime2text() has new signature”解决

环境:php官方docker镜像 php:7.2-apache 安装IMAP扩展模块 执行命令:docker-php-ext-install imap 报错信息:configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information.

阅读全文

php正则判断是否同时有数字和字母

1.php正则判断是否同时有数字和字母 $subject = 'qq2';var_dump(preg_match('/^(?![0-9]+$)(?![a-zA-Z]+$)/', $subject));2.如果要限定只能数字和字母的话, 限定下结尾

阅读全文

centos7编译安装php7.2

去官网下载php7.2安装包,选择一个结点下载:http://php.net/downloads.php 下载:wget -ivh http://cn.php.net/distributions/php-7.2.12.tar.gz 解压源码包:tar -zxf php-7.2.12.tar.gz 安装编译php需要的依赖包:yum install gcc autoconf gcc-c++

阅读全文

皖ICP备2023023451号

Copyright © L1MN.COM 联系方式:l1mnfw@163.com