企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
- post请求 form-data / x-www-form-urlencoded/raw/binary的区别 - php://output和 php://input - php composer - phpzie https://blog.csdn.net/qq_16399991/article/details/70577740 - php-config https://www.php.net/manual/zh/install.pecl.php-config.php - phar.phar - arrayAccess - php迭代器 - php生成器 和 协程 - php反射机制 - 自定义异常 - 日志系统 - session的垃圾回收/ tp6 自定义session引擎 - 自定义session处理引擎 session_set_save_handler() - nginx 启用gzip压缩(gzip on; gzip_min_length; gzip_buffers; gzip_comp_level; gzip_types) - nginx 配置文件缓存,指定浏览器缓存文件的过期时间 - CDN 加速 - redis 启动的时候有没有指定redis.conf。没有指定的话redis在内部自动维持一套配置。 - localhost/ 0.0.0.0/127.0.0.1 的区别 - window下php没有php-fpm, 只有php-cgi,linux下则有php-fpm - pathinfo 模式 - nginx php 的配置 - tp6 response - xdebug 原理 - http 响应头 'content-Security-Policy':'default-src http: https:' 限制script标签中的js执行 - tp6 验证码 - tp6 模板引擎 think-template - php glob() 函数 - php pathinfo()函数 - tp6 一个控制器方法设置了路由,则url 访问会失效 - php token登录 / JWT - macro方法 https://learnku.com/laravel/t/2915/how-to-use-the-macro-method-to-extend-the-function-of-the-base-class-of-laravel - tp6 关联查询 with 和 withJoin - php SplQueue队列类