博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Foundations of PEAR: Rapid PHP Development
阅读量:4231 次
发布时间:2019-05-26

本文共 1277 字,大约阅读时间需要 4 分钟。

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp

PEAR, the PHP Extension and Application Repository, is a bountiful resource for any PHP developer. Within its confines lie the tools that you need to do your job more quickly and efficiently. You need to be able to quickly assess and determine which PEAR package is the right one for the task you are up against. Then you need to know the API and see some examples of how to best use it. Foundations of PEAR is your one stop for locating the PEAR package you need. Authors Nathan Good and Allan Kent have carefully selected the most useful and widely used packages for this book.

Each package is broken down logically by function, and each one is covered in detail. The book presents each package in a manner that allows you to jump quickly to the key items you need to implement a solution. The authors understand that you need to see the packages in actioneach performing in real-world applications. So theyve included four projects in the book that each use a combination of PEAR packages in their implementations. Once youre armed with the knowledge in this book, youll be set to take your PHP development to a new level.

http://rapidshare.com/files/27768145/b-680b01.zip
http://depositfiles.com/files/797784
你可能感兴趣的文章
基于Flink+ClickHouse打造轻量级点击流实时数仓
查看>>
Flink sink schema 字段设计小技巧
查看>>
Flink 使用 union 代替 join 和 cogroup
查看>>
踩坑记 | Flink 天级别窗口中存在的时区问题
查看>>
用了 History Server,妈妈再也不用担心我的 Flink 作业半夜挂了
查看>>
强烈推荐三本 Spark 新书籍
查看>>
ClickHouse 知识讲解
查看>>
ClickHouse 如何玩转时序数据
查看>>
Flink 在腾讯视频的应用实践
查看>>
Flink SQL 1.11 on Zeppelin 平台化实践
查看>>
通过项目逐步深入了解Mybatis<三>
查看>>
奇怪的Java题:为什么128 == 128返回为False,而127 == 127会返回为True?
查看>>
通过项目逐步深入了解Spring MVC(一)
查看>>
java读取文件
查看>>
【二叉树】二叉树打印
查看>>
【字符串】字符串逆序
查看>>
【字符串】判断两字符串是否互为旋转词?
查看>>
【排序】时间复杂度为O(N^2)的排序——冒泡、选择和插入排序
查看>>
Typora Markdown 语法
查看>>
【IO】程序访问文件的几种方式
查看>>