Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xianyunyh/php-interview

This is the information I prepared for the PHP interview.The notes include PHP, MySql, Linux, etc.
https://github.com/xianyunyh/php-interview

bootstrap interview linux php php-interview resume resume-template

Last synced: 7 days ago
JSON representation

This is the information I prepared for the PHP interview.The notes include PHP, MySql, Linux, etc.

Awesome Lists containing this project

README

        

## PHP面试准备的资料

这个项目是自己准备面试整理的资料。可能包括PHP、MySQL等资料。方便自己以后查阅,会不定期更新,如果错误,请指出,谢谢。欢迎大家提交PR,谢谢大家的star

可以通过[https://xianyunyh.gitbooks.io/php-interview/](https://xianyunyh.gitbooks.io/php-interview/)预览。欢迎有精力的朋友完善一下。谢谢。

### 目录

- [Linux](Linux/REAMDE.md)
- [操作系统简述](操作系统/Readme.md)
- [进程和线程](Linux/进程和线程.md)
- [Linux基本命令](https://github.com/xianyunyh/PHP-Interview/blob/master/Linux/Linux%E5%91%BD%E4%BB%A4.md)
- [Crontab](Linux/crontab.md)
- [Shell](Linux/shell.md)
- [Linux-Inode介绍](Linux/inode.md)
- [VIM编辑器](Linux/Vim.md)
- [Lnmp/Lamp](Linux/lanmp.md)
- [LinuxIO模型.md](Linux/LinuxIO模型.md)

- [数据库](Mysql/README.md)

- [MySQL](Mysql/README.md)

- [Mongodb](MongoDb/MongoDB.md)

- [计算机网络](计算机网络/README.md)

- [IP协议](计算机网络/IP协议.md)

- [TCP协议](计算机网络/TCP协议.md)
- [UDP协议](计算机网络/UDP协议.md)
- [HTTP协议](计算机网络/HTTP协议)
- [HTTPS/HTTP2/HTTP](计算机网络/HTTP2.md)

- [版本控制器](版本控制器/Git.md)

- [Git](版本控制器/Git.md)
- [SVN]()

- [数据结构](数据结构/README.md)

- [数组](数据结构/数组.md)
- [链表](数据结构/链表.md)
- [队列](数据结构/队列.md)
- [栈](数据结构/栈.md)
- [堆](数据结构/堆.md)
- [集合](数据结构/集合.md)
- [树](数据结构/树.md)
- [二叉树 ]()
- [二叉查找树]()
- [红黑树]()
- [B-Tree、B+Tree]()
- [图]()

- [算法](算法/README.md)

- [排序算法]()
- [冒泡排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/BubbleSort.php)
- [选择排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/SelectSort.php)
- [插入排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/InsertSort.php)
- [快速排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/QuickSort.php)
- [堆排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/HeapSort.php)
- [归并排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/MergeSort.php)
- [查找算法]()
- [二分查找](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Query/BinaryQuery.php)
- [hash]()
- [KPM](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Query/Kmp.php)
- [其他]()
- 布隆过滤器
- 贪心算法
- 回溯算法
- 动态规划
- 最小生成树
- 最短路径
- 推荐算法
- 深度优先、广度优先
- [编程之法:面试和算法心得](https://wizardforcel.gitbooks.io/the-art-of-programming-by-july/content/03.02.html)

- [消息队列](MQ/README.md)

- [RabbitMQ](MQ/rabbitmq.md)
- [ActiveMq]()
- [Nsq]()
- [kafka]()

- [缓存系统]()

- [Redis](Cache/Redis.md)
- [Memcache]()

- [PHP](PHP/README.md)

- [PHP7](PHP/php7.md)
- [面向对象OOP]()
- [Zval](https://github.com/xianyunyh/PHP-Interview/blob/master/PHP/PHP-Zval%E7%BB%93%E6%9E%84.md)
- [HashTable](https://github.com/xianyunyh/PHP-Interview/blob/master/PHP/PHP7-HashTable.md)
- [Swoole]()

- [设计模式](设计模式/README.md)

- [面试](面试/README.md)

## 生成自己的Gitbook

```bash
$ npm install gitbook-cli -g
$ git clone https://github.com/xianyunyh/PHP-Interview
$ cd PHP-Interview
$ gitbook serve # 本地预览
$ gitbook build # 生成静态的html
```

## 推荐阅读资料
- [PHP函数库](http://overapi.com/php)
- [PHP7内核剖析](https://github.com/pangudashu/php7-internal)
- [php7-internal](https://github.com/laruence/php7-internal)
- [PHP7-HashTable](http://nikic.github.io/2014/12/22/PHPs-new-hashtable-implementation.html)
- [PHP7-zval](http://nikic.github.io/2015/05/05/Internal-value-representation-in-PHP-7-part-1.html)
- [PHP中的变化](https://github.com/tpunt/PHP7-Reference)
- [PHP资源集合](https://github.com/ziadoz/awesome-php)
- [设计模式PHP实现](https://github.com/domnikl/DesignPatternsPHP)
- [Swoole](https://www.swoole.com/)
- [程序员的内功-算法和数据结构](http://www.cnblogs.com/jingmoxukong/p/4329079.html)
- [数据结构和算法](http://www.cnblogs.com/skywang12345/p/3603935.html)
- [剑指offer-PHP实现](https://blog.csdn.net/column/details/15795.html)

## 致谢

- [OMGZui](https://github.com/OMGZui)
- [fymmx](https://github.com/fymmx)

如果这个系列的文章,对您有所帮助,您可以选择打赏一下作者。谢谢!

![qrcode](mm_reward_qrcode.jpg)