{"id":16294245,"url":"https://github.com/xianyunyh/php-interview","last_synced_at":"2025-04-08T09:05:56.929Z","repository":{"id":41297317,"uuid":"130582922","full_name":"xianyunyh/PHP-Interview","owner":"xianyunyh","description":"This is the information I prepared for the PHP interview.The notes include PHP, MySql, Linux, etc.","archived":false,"fork":false,"pushed_at":"2024-03-08T08:28:21.000Z","size":4725,"stargazers_count":1184,"open_issues_count":0,"forks_count":382,"subscribers_count":52,"default_branch":"master","last_synced_at":"2024-10-11T20:14:46.831Z","etag":null,"topics":["bootstrap","interview","linux","php","php-interview","resume","resume-template"],"latest_commit_sha":null,"homepage":"https://xianyunyh.gitbooks.io/php-interview/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xianyunyh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-22T15:55:09.000Z","updated_at":"2024-09-27T22:44:09.000Z","dependencies_parsed_at":"2024-10-25T17:29:17.073Z","dependency_job_id":"20cd1645-7c19-4a30-b7c7-cfc6a953c9e4","html_url":"https://github.com/xianyunyh/PHP-Interview","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xianyunyh%2FPHP-Interview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xianyunyh%2FPHP-Interview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xianyunyh%2FPHP-Interview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xianyunyh%2FPHP-Interview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xianyunyh","download_url":"https://codeload.github.com/xianyunyh/PHP-Interview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809963,"owners_count":20999816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","interview","linux","php","php-interview","resume","resume-template"],"created_at":"2024-10-10T20:14:40.240Z","updated_at":"2025-04-08T09:05:56.906Z","avatar_url":"https://github.com/xianyunyh.png","language":"PHP","readme":"## \u003ccenter\u003ePHP面试准备的资料 \u003c/center\u003e\n\n这个项目是自己准备面试整理的资料。可能包括PHP、MySQL等资料。方便自己以后查阅，会不定期更新，如果错误，请指出，谢谢。欢迎大家提交PR，谢谢大家的star\n\n可以通过[https://xianyunyh.gitbooks.io/php-interview/](https://xianyunyh.gitbooks.io/php-interview/)预览。欢迎有精力的朋友完善一下。谢谢。\n\n\n### 目录\n\n- [Linux](Linux/REAMDE.md)\n  - [操作系统简述](操作系统/Readme.md)\n  - [进程和线程](Linux/进程和线程.md)\n  - [Linux基本命令](https://github.com/xianyunyh/PHP-Interview/blob/master/Linux/Linux%E5%91%BD%E4%BB%A4.md)\n  - [Crontab](Linux/crontab.md)\n  - [Shell](Linux/shell.md)\n  - [Linux-Inode介绍](Linux/inode.md)\n  - [VIM编辑器](Linux/Vim.md)\n  - [Lnmp/Lamp](Linux/lanmp.md)\n  - [LinuxIO模型.md](Linux/LinuxIO模型.md)\n\n- [数据库](Mysql/README.md)\n\n  - [MySQL](Mysql/README.md)\n\n  - [Mongodb](MongoDb/MongoDB.md)\n\n- [计算机网络](计算机网络/README.md)\n\n  - [IP协议](计算机网络/IP协议.md)\n\n  - [TCP协议](计算机网络/TCP协议.md)\n  - [UDP协议](计算机网络/UDP协议.md)\n  - [HTTP协议](计算机网络/HTTP协议)\n  - [HTTPS/HTTP2/HTTP](计算机网络/HTTP2.md)\n\n- [版本控制器](版本控制器/Git.md)\n\n  - [Git](版本控制器/Git.md)\n  - [SVN]()\n\n- [数据结构](数据结构/README.md)\n\n  - [数组](数据结构/数组.md)\n  - [链表](数据结构/链表.md)\n  - [队列](数据结构/队列.md)\n  - [栈](数据结构/栈.md)\n  - [堆](数据结构/堆.md)\n  - [集合](数据结构/集合.md)\n  - [树](数据结构/树.md)\n    - [二叉树 ]()\n    - [二叉查找树]()\n    - [红黑树]()\n    - [B-Tree、B+Tree]()\n  - [图]()\n\n- [算法](算法/README.md)\n\n  - [排序算法]()\n    - [冒泡排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/BubbleSort.php)\n    - [选择排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/SelectSort.php)\n    - [插入排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/InsertSort.php)\n    - [快速排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/QuickSort.php)\n    - [堆排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/HeapSort.php)\n    - [归并排序](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Sort/MergeSort.php)\n  - [查找算法]()\n    - [二分查找](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Query/BinaryQuery.php)\n    - [hash]()\n    - [KPM](https://github.com/PuShaoWei/arithmetic-php/blob/master/package/Query/Kmp.php)\n  - [其他]()\n    - 布隆过滤器\n    - 贪心算法\n    - 回溯算法\n    - 动态规划\n    - 最小生成树\n    - 最短路径\n    - 推荐算法\n    - 深度优先、广度优先\n  - [编程之法：面试和算法心得](https://wizardforcel.gitbooks.io/the-art-of-programming-by-july/content/03.02.html)\n\n- [消息队列](MQ/README.md)\n\n  - [RabbitMQ](MQ/rabbitmq.md)\n  - [ActiveMq]()\n  - [Nsq]()\n  - [kafka]()\n\n- [缓存系统]()\n\n  - [Redis](Cache/Redis.md)\n  - [Memcache]()\n\n- [PHP](PHP/README.md)\n\n  - [PHP7](PHP/php7.md)\n  - [面向对象OOP]()\n  - [Zval](https://github.com/xianyunyh/PHP-Interview/blob/master/PHP/PHP-Zval%E7%BB%93%E6%9E%84.md)\n  - [HashTable](https://github.com/xianyunyh/PHP-Interview/blob/master/PHP/PHP7-HashTable.md)\n  - [Swoole]()\n\n- [设计模式](设计模式/README.md)\n\n- [面试](面试/README.md)\n\n\n## 生成自己的Gitbook\n\n```bash\n$ npm install gitbook-cli -g\n$ git clone https://github.com/xianyunyh/PHP-Interview\n$ cd PHP-Interview\n$ gitbook serve # 本地预览\n$ gitbook build # 生成静态的html\n```\n\n## 推荐阅读资料\n- [PHP函数库](http://overapi.com/php)\n- [PHP7内核剖析](https://github.com/pangudashu/php7-internal)\n- [php7-internal](https://github.com/laruence/php7-internal)\n- [PHP7-HashTable](http://nikic.github.io/2014/12/22/PHPs-new-hashtable-implementation.html)\n- [PHP7-zval](http://nikic.github.io/2015/05/05/Internal-value-representation-in-PHP-7-part-1.html)\n- [PHP中的变化](https://github.com/tpunt/PHP7-Reference)\n- [PHP资源集合](https://github.com/ziadoz/awesome-php)\n- [设计模式PHP实现](https://github.com/domnikl/DesignPatternsPHP)\n- [Swoole](https://www.swoole.com/)\n- [程序员的内功-算法和数据结构](http://www.cnblogs.com/jingmoxukong/p/4329079.html)\n- [数据结构和算法](http://www.cnblogs.com/skywang12345/p/3603935.html)\n- [剑指offer-PHP实现](https://blog.csdn.net/column/details/15795.html)\n\n## 致谢\n\n- [OMGZui](https://github.com/OMGZui)\n- [fymmx](https://github.com/fymmx)\n\n\n\n如果这个系列的文章，对您有所帮助，您可以选择打赏一下作者。谢谢！\n\n![qrcode](mm_reward_qrcode.jpg)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxianyunyh%2Fphp-interview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxianyunyh%2Fphp-interview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxianyunyh%2Fphp-interview/lists"}