PHP 工程師技能圖譜

# PHP 工程師技能圖譜
## 基礎知識php

- HTTP
- HEADER
- REQUEST
- RESPONSE
- GET/POST/PUT/DELETE/PATCH/CONNECT/OPTIONS
- HTTPS
- TCP/UDP
- DNS
- SESSION/COOKIE
- CGI/Fast-CGI/PHP-FPM
- 重定向
- Restful API
- 基礎語法
- 命名空間
- 生成器(Generator)
- 引用
- 魔術常量
- 類與對象
- 魔術方法
- 重載
- Traitmysql


## 框架git

- Yaf/Phalcon
- Swoole
- Laravel
- Symfony
- Yii/CI/THinkPHPgithub

## PHP手冊&代碼規範redis

- [PHP手冊](http://php.net/manual/zh/)
- [php-langspec](https://github.com/php/php-langspec)
- [PHP-FIG](https://github.com/php-fig/fig-standards)sql


## Extentionsshell

- PHP 擴展開發
- 經常使用擴展
- mysqli
- pdo_mysql
- phpredis
- yaf
- swoole
- opcache安全

## PHP Debuggingswoole

- print_r/var_dump/var_export/debug_zval_dump
- Xdebug
- error_reporting/display_errors/error_log/log_errors
- XHProf
- Chrome Console框架

## 技術周邊

- Nginx/Apache
- Mysql/Redis/MongoDB/Memched
- Composer
- Lvs/Haproxy
- Docker
- Thrift/Grpc/Yar
- Sphinx/Solr/Elasticsearch

## 開發工具

- zsh/shell
- VIM/Sublime
- SVN/Git

## PHP源碼 & 內核

- PHP生命週期- SAPI- 詞法分析和語法分析- 內存管理- Opcode- 線程安全- Zend

相關文章
相關標籤/搜索