风中的木偶

PHP
  • PHP

    • PHP 内置 Web 服务器
    • PHP 开启 opcache 提高性能
    • defined('IN_IA') or exit('Access Denied'); 代码用途
    • php-fpm.conf 配置说明
    • Mac 上编译安装 php
    • Composer 加速,镜像源修改方法
    • php 二维数组自定义排序方法
    • PHP 将空数组统一 json 序列化为 [] 的弊端
    • ubuntu 下编译安装PHP报错 configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works.
    • base64 & urlbase64 介绍
    • PHP 登录引入双因素认证服务
    • PHP 中 try、catch、finally 用法总结
    • PHP 中令人困惑的 strtotime
    • 利用 http_build_query 字符串拼接生成签名注意事项
    • urldecode & rawurldecode 说明
    • PHP-FPM 进程模型
    • PHP 调整 Gif 图片播放速度
    • PHP 如何执行系统命令?
  • FastAdmin

    • FastAdmin 框架中图片点击放大预览
  • 扩展

    • PHP MarkDown 解析为 HTML 的方法
    • PHP SimpleSoftwareIO/simple-qrcode 扩展生成空白透明二维码解决方法
    • 在macOS中给PHP 8安装 imageick 扩展方法
    • Laravel 、 PHP 二维码生成扩展 SimpleSoftwareIO/simple-qrcode
    • PHP 图片处理扩展 Intervention/image 使用说明
    • 客户端 User Agent 解析扩展
    • 基于 php 的项目部署工具 deployer 介绍
    • PHP网站如何创建 Rss 订阅源?
    • PHP Fatal error: Call to undefined function imagettfbbox() 解决方法
    • PHP 编译安装 inotify 扩展
    • PHP 编译安装 event 扩展
  • 安全

    • nginx+php使用open_basedir限制站点目录防止跨站
  • workerman

    • GatewayWorker websocket 连接 1 分钟后自动断开原因?