PHP基础

知识节点待整理,以下为参考资料:

  • fangPHP 主页 https://github.com/easychen/fangPHP
  • Windows 版Docker客户端 下载地址:https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe
  • Mac 版Docker客户端下载地址:https://download.docker.com/mac/stable/Docker.dmg
  • Docker-compose 官方安装说明 :https://docs.docker.com/compose/install/#install-compose
  • Docker-compose DigitalOcean 安装说明:https://www.digitalocean.com/community/tutorials/how-to-install-docker-compose-on-ubuntu-16-04
  • php.ini 中 各种预定义变量同名时的覆盖设置选项:http://php.net/manual/zh/ini.core.php#ini.variables-order
  • PHP 声明函数参数时可用类型列表:http://php.net/manual/zh/functions.arguments.php#functions.arguments.type-declaration.types
  • 维基百科中关于 HTML实体 的页面:https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
  • W3School 关于 HTML实体 的文章:http://www.w3school.com.cn/html/html_entities.asp
  • PHP printf 函数所用到的格式说明:http://php.net/manual/zh/function.sprintf.php
  • PHP date 函数中日期格式的说明:http://php.net/manual/zh/function.date.php
  • PHP The right way,现代PHP开发指南。中文版 http://laravel-china.github.io/php-the-right-way/ 建议在第一遍学习完成以后,写过几个项目再来阅读。
  • 正则表达式30分钟入门,同样二周目建议 https://luke0922.gitbooks.io/learnregularexpressionin30minutes/content/chapter1.html