or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
PHP Functions Essential Reference
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

PHP Functions Essential Reference [Paperback]

Torben Wilson (Author), Zak Greant (Author), Graeme Merrall (Author), Brett Michlitsch (Author)
4.7 out of 5 stars  See all reviews (18 customer reviews)

List Price: $49.99
Price: $34.21 & this item ships for FREE with Super Saver Shipping. Details
You Save: $15.78 (32%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 3 left in stock--order soon (more on the way).
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more


Book Description

073570970X 978-0735709706 September 27, 2001 1

The PHP Functions Essential Reference is a simple, clear and authoritative function reference that clarifies and expands upon PHP's existing documentation.
The authors have spent time evaluating all of the PHP functions and have selected the essential functions to include in the printed book. This includes around 900 of the 1500 functions. The remaining functions will be covered in the same depth and treated in the same way, but they will appear on the newriders.com web site along with the content of the entire book, which is provided under the OPL.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Customers buy this book with PHP Hacks: Tips & Tools For Creating Dynamic Websites $19.67

PHP Functions Essential Reference + PHP Hacks: Tips & Tools For Creating Dynamic Websites
  • This item: PHP Functions Essential Reference

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • PHP Hacks: Tips & Tools For Creating Dynamic Websites

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details



Editorial Reviews

Review

This book is an excellent complement to other, more tutorial focused books, or even to the PHP Manual itself. -- Sterling Hughes, PHP Core Developer and author

From the Author

Much of the attraction that PHP holds for its developers is its extensible nature. Adding functionality to the language in the form of optional modules is not only allowed, but encouraged- and often users find that an extension they've written makes its way into the official distribution. However, this extensibility comes at a price: There is a vast amount of documentation of which only a fraction is generally applicable to any given project. This book solves the problem of widely scattered documentation by providing, in printed form and on the book's web site, extensive coverage of every essential PHP function. Zak Greant

Product Details

  • Paperback: 768 pages
  • Publisher: Sams; 1 edition (September 27, 2001)
  • Language: English
  • ISBN-10: 073570970X
  • ISBN-13: 978-0735709706
  • Product Dimensions: 9 x 6 x 1.6 inches
  • Shipping Weight: 2.2 pounds (View shipping rates and policies)
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (18 customer reviews)
  • Amazon Best Sellers Rank: #258,871 in Books (See Top 100 in Books)

 

Customer Reviews

18 Reviews
5 star:
 (14)
4 star:
 (3)
3 star:    (0)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.7 out of 5 stars (18 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

16 of 16 people found the following review helpful:
5.0 out of 5 stars An Awesome Resource, January 3, 2002
By 
Mike Robinson (Hamilton, Ontario, Canada) - See all my reviews
This review is from: PHP Functions Essential Reference (Paperback)
Whether you are new to PHP or a seasoned web developer, this reference book is an absolutely must. Clean, concise, and well written, the authors are well-known and respected in the PHP community. Zak Greant heads up the PHP quality assurance squad, Torben Wilson is one of the longest-running credited authors of the PHP manual, and Graeme Merrall contributes to several areas of PHP development.

This book is fast. You can get to what you need quickly, and if you're not sure what you need, the logical hierarchy and table of contents makes narrowing things down very snappy. Within minutes of picking up the book, I've learned new things about PHP, even after 4 years of hardcore PHP development. Not too many books do that. The only downside I can find with it is it won't fit in my shirt pocket.

This book has many other strengths.
- It has a companion website that compliments the book and is maintained by the authors.

- It has been released under a license that reflects the very nature of PHP and Open Source Software, a real credit to the authors.

- One of the Technical Reviewers of the book during the process of it being written was none other than Ken Coar, one of the leaders of the Apache Foundation (author of the best darn web server ever made) and one of the Open Source movement's greatest assets. Buying a PHP book reviewed by Ken Coar is like buying a Bible blessed by the Pope.

If you can't RTFM, then for sure, RTFB.
That is: Read This Friendly Book. ;)

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 15 people found the following review helpful:
5.0 out of 5 stars A Must Reference for PHP Developers, September 17, 2002
By 
Mrs. Soap Maker (Midwest United States) - See all my reviews
This review is from: PHP Functions Essential Reference (Paperback)
I do a lot of PHP web development. The books that use the most are "MySQL by Paul DuBois", and this one.

I hear a lot of comments stating, "you can find it online". Yes, its true, you can. But, when you are writing code the last thing you want is another window open or spend valuable time trying to find an answer.

The authors have done a great job laying this book out. The information is catagorized and aphabetized. There are short examples that do a good job of explaining how each function works. And what really sets it apart from others, is it tells you if the function has been deprecated and/or what version of PHP and OS supports it, it has a "see also" for each pertinent function, and a great layout(check out the sample pages).

If you program using PHP, get this book. The time it saves is well worth the price. This book is for all levels of PHP programmers, novice to experts. Don't be fooled into thinking all you need is the downloadable manual from php.net. The manual is useful, but it doesn't work as well as this book.

This book is always within arms reach when I'm programming and I'm sure it will be the same for you.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


14 of 14 people found the following review helpful:
5.0 out of 5 stars Great time-saver, November 3, 2001
By 
This review is from: PHP Functions Essential Reference (Paperback)
I found this book surprisingly useful as an ordinary PHP user. I thought it might be only for gurus, but when I picked up the book it fell open to a function that could have saved me hours of programming on a previous project. I built it from scratch when I didn't know the function already existed.
That's the value in this book. There are hundreds of PHP functions, the vast majority of which are unknown to the casual user. If you're on deadline there isn't time to learn them all, or even to wander the PHP sites until you hit paydirt.
This book simply lays them out, with a clear description and example attached to each. It's a huge time-saver.
My one suggestion is that the book would benefit from having a usage index. Right now, functions are grouped by type (say, time & date functions), then listed alphabetically. But often users don't know what a function is called. They only know what they want it to do.
It would save even more time if there was an extra index where you might look things up by use, say, "Create random password." That would make this time-saver even faster.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews




Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject