PHP 7 详解
Ctrlk
  • 介绍
  • PHP 7 安装
  • PHP 7.0.x 新特性
  • PHP 7.1.x 新特性
  • PHP7 开发工具
  • PHP 标准规范及开发技巧
  • PHP7调试与性能分析
  • 附录*Ubuntu环境php开发配置
  • 附录*使用php开发扩展
  • 附录*浏览器插件
  • 附录*第三方类库
  • 附录*小问题整理
  • 附录*资料*工具
  • 附录*Composer
  • 附录*前端
  • 附录*进程
  • 附录*PHP的ticks机制
  • 附录* 通过composer发布自己的包
  • 附录*字符编码问题
  • 附录*注释
Powered by GitBook
On this page
  • spl_autoload_register 函数
  • array_splice函数

Was this helpful?

附录*小问题整理

spl_autoload_register 函数

spl_autoload_register官方手册

为什么要用spl_autoload_register来取代__autoload()

spl_autoload_register与autoload的区别详解

array_splice函数

PHP之在数组任意位置插入元素

Previous附录*第三方类库Next附录*资料*工具

Last updated 6 years ago

Was this helpful?