# PHP-Interview **Repository Path**: wang_mayun/PHP-Interview ## Basic Information - **Project Name**: PHP-Interview - **Description**: 李金波整理很久的PHP资料,欢迎各位大佬fork - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## PHP面试准备的资料 这个项目是自己准备面试整理的资料。可能包括PHP、MySQL等资料。方便自己以后查阅,会不定期更新,欢迎提交pr,如果错误,请指出,谢谢。 - [Linux](https://github.com/xianyunyh/PHP-Interview/tree/master/Linux) - [Linux基本命令](https://github.com/xianyunyh/PHP-Interview/blob/master/Linux/Linux%E5%91%BD%E4%BB%A4.md) - [Crontab](https://github.com/xianyunyh/PHP-Interview/blob/master/Linux/crontab.md) - [Shell](https://github.com/xianyunyh/PHP-Interview/blob/master/Linux/crontab.md) - [Linux-Inode介绍](https://github.com/xianyunyh/PHP-Interview/blob/master/Linux/inode.md) - [VIM编辑器]() - [Lnmp/Lamp](https://github.com/xianyunyh/PHP-Interview/blob/master/Linux/lanmp.md) - [LinuxIO模型.md](https://github.com/xianyunyh/PHP-Interview/blob/master/Linux/LinuxIO%E6%A8%A1%E5%9E%8B%E3%80%90%E9%98%BB%E5%A1%9E%E3%80%81%E9%9D%9E%E9%98%BB%E5%A1%9E%E3%80%81%E5%90%8C%E6%AD%A5%E3%80%81%E5%BC%82%E6%AD%A5%E3%80%91.md) - [数据库]() - [MySQL](https://github.com/xianyunyh/PHP-Interview/tree/master/Mysql) - [Mongodb](https://github.com/xianyunyh/PHP-Interview/blob/master/MongoDb/MongoDB.md) - [计算机网络](https://github.com/xianyunyh/PHP-Interview/tree/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C) - [IP协议]() - [TCP协议](https://github.com/xianyunyh/PHP-Interview/blob/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/TCP%E5%8D%8F%E8%AE%AE.md) - [UDP协议](https://github.com/xianyunyh/PHP-Interview/blob/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/UDP%E5%8D%8F%E8%AE%AE.md) - [HTTP协议](https://github.com/xianyunyh/PHP-Interview/blob/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/HTTP%E5%8D%8F%E8%AE%AE.md) - [HTTPS/HTTP2/HTTP](https://github.com/xianyunyh/PHP-Interview/blob/master/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C/HTTP2.md) - [版本控制器](https://github.com/xianyunyh/PHP-Interview/tree/master/%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6%E5%99%A8) - [Git](https://github.com/xianyunyh/PHP-Interview/blob/master/%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6%E5%99%A8/Git.md) - [SVN]() - [数据结构](https://github.com/xianyunyh/PHP-Interview/tree/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84) - [数组]() - [链表]() - [单链表]() - [双链表]() - [队列]() - [栈]() - [堆]() - [集合]() - [树]() - [二叉树 ]() - [二叉查找树]() - [红黑树]() - [B-Tree、B+Tree]() - [图]() - [算法](https://github.com/xianyunyh/PHP-Interview/tree/master/%E7%AE%97%E6%B3%95) - [排序算法]() - [冒泡排序](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) - [消息队列](https://github.com/xianyunyh/PHP-Interview/tree/master/MQ) - [RabbitMQ](https://github.com/xianyunyh/PHP-Interview/blob/master/MQ/rabbitmq.md) - [ActiveMq]() - [Nsq]() - [kafka]() - [缓存系统]() - [Redis](https://github.com/xianyunyh/PHP-Interview/blob/master/Cache/Redis.md) - [Memcache]() - [PHP](https://github.com/xianyunyh/PHP-Interview/tree/master/PHP) - [PHP7](https://github.com/xianyunyh/PHP-Interview/blob/master/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]() - [设计模式](https://github.com/xianyunyh/PHP-Interview/tree/master/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F) - [工厂模式]() - [单例模式]() - [观察者模式]() - [适配器模式]() - [门面模式]() - [面试](https://github.com/xianyunyh/PHP-Interview/tree/master/%E9%9D%A2%E8%AF%95) ##推荐阅读资料 - [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)