
PHP
蒋小洋
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PHP Echo Vs Print
Foreword: We have established that PHP is a web development language that can make developers a hefty sum of money. Before we can start learning the language, we need to know a few things. What转载 2011-06-24 17:20:00 · 348 阅读 · 0 评论 -
Did you know that each integer in a PHP array takes 68 bytes of storage?
Each array having two integers, when placed in another array representing the collection, was using around 300 bytes. The corresponding number for objects is around 350 bytes. I did some googling and转载 2011-06-24 12:50:00 · 402 阅读 · 0 评论 -
Let's make the web faster
Link PHP performance tipsAuthor: Eric Higgins, Google WebmasterRecommended experience: Beginner to intermediate PHP knowledgePHP is a very popular scripting language, used on many popular转载 2011-06-24 12:37:00 · 357 阅读 · 0 评论