Home > Computing and Information Technology > Computer certification > Zend PHP Certification Study Guide
23%
Zend PHP Certification Study Guide

Zend PHP Certification Study Guide

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

The first and only officially authorized book on the PHP Certification exam developed by Zend Technologies, the commercial developer of PHP. Zend's PHP Certification exam is a high-quality, carefully developed exam designed to enhance and certify the skills of the PHP professional. The Zend PHP Certification Study Guide is a concise, densely packed book that will get you up to speed quickly on the nature of the exam's questions and what to expect on exam day. It's authoritative content comes directly from those writing the exam at Zend Technologies.

Table of Contents:
Introduction.     What Does This Guide Cover?       How Is the Guide Organized?     Other Resources You Might Want to Consult. 1. The Basics of PHP.     Terms You’ll Need to Understand.     Techniques You’ll Need to Master.     Language and Platform.     Getting Started.       The Special Tags.     Scripts and Files.       Manipulating Data.       Numeric Values.       String Values.       Boolean Values.       Arrays.       Objects.       The NULL Data Type.       Resources.     Identifiers, Constants, and Variables.       Variables.       Variable Substitution in Strings.       Statements.       Constants.     Operators.       The Assignment Operator.       Arithmetic Operators.       Bitwise Operators.       Error-control Operators.       String Operators.       Comparison Operators.       Logical Operators.       Typecasting.       Combined Assignment Operators.       Combining Operations: Operator Precedence and Associativity.     Conditional Structures.       Alternative if-then-else Syntax.        Short-form if-then-else .       The case Statement.     Iteration and Loops.       The while Structure.       The do-while Structure.       The for Loop.       Continuing a Loop.     Functions and Constructs.       Functions and Variable Scope.       Functions with Variable Parameters.       Variable Variables and Variable Functions.     Exam Prep Questions. 2. Object-Oriented PHP.     Terms You’ll Need to Understand.     Techniques You’ll Need to Master.     Getting Started.     Instantiating a Class: Objects.     Classes as Namespaces.     Objects and References.     Implementing Inheritance.     Magic Functions: Serializing Objects.     Exam Prep Questions. 3. PHP and the Web.     Terms You’ll Need to Understand.     Techniques You’ll Need to Master.      Server-side Versus Client-side.     HTML Forms.     Cookies.     Sessions.     Exam Prep Questions. 4. Arrays.     Terms You’ll Need to Understand.     Techniques You’ll Need to Master.     Creating Arrays.       Using the Array Operator.       Counting the Number of Elements in an Array.       Assigning Values from an Array to Multiple Variables.     Multidimensional Arrays.     Navigating Arrays.       Using foreach .       Using the Internal Pointer.       Using a Callback.     Manipulating Keys.       Checking if an Element Exists.       Changing the Array of Keys.       Sorting an Array by Its Keys.     Manipulating Arrays.       Sorting Multidimensional Arrays.       Randomizing Arrays.       Merging Arrays.       Intersection and Difference.     Serializing Arrays.     Exam Prep Questions. 5. Strings and Regular Expressions.     Terms You’ll Need to Understand.     Techniques You’ll Need to Master.     Comparing Strings.       Comparison with == and === .       Using strcmp and Friends.       Matching Portions of Strings.     Formatting Strings.       printf Formats.       printf() Family Functions.     Extracting Data from Strings.       Extracting Substrings by Offset.       Extracting Formatted Data.     Modifying Strings.       Modifying Substrings by Offset.       Replacing Substrings.     Regular Expressions.       Basic PCRE Syntax.       Extracting Data with Regular Expressions.       Pattern Replacement with Regular Expressions.       Splitting Strings into Components.     Exam Prep Questions. 6. File Manipulation.     Techniques You’ll Need to Master.     Terms You’ll Need to Understand.     Opening Files.     Closing Files.     Reading from a File.     Writing to a File.     Determining Information About Files.     Manipulating Files on the Filesystem.       Copying, Deleting, and Moving Files.       Changing Ownership and Permissions.     Locking Files.     Miscellaneous Shortcuts.       file() .       readfile() .       file_get_contents() .     Exam Prep Questions. 7. Managing Dates and Times.      Terms You’ll Need to Understand.     Techniques You’ll Need to Master.     How PHP Handles Dates.     Getting the Current Time Stamp.     Getting a Date Array.     Formatting a Date String.     Getting a UNIX Time Stamp from a Date Array.     Getting A UNIX Time Stamp from a String.     Exam Prep Questions. 8. Managing Email.     Introduction.       Terms You’ll Need to Understand.       Techniques You’ll Need to Master.     How Email Is Delivered.       MTA–Mail Transport Agent.       SMTP–Simple Mail Transport Protocol.       MX Records.       MUA–Mail User Agent.       SASL–Simple Authentication and Security Layer.       Other Emerging Technologies.     Preparing PHP.       If You Are Using PHP on UNIX.       If You Are Using PHP on Windows or Netware.     Sending Email.       Sending an Email to More Than One Recipient.     Managing Email Headers.       The Cc: and Bcc: Headers.       The From: Header.     Setting the Subject.     Formatting an Email Message.       Plain-Text Emails.       Basic HTML Emails.     Attaching a File to a Message.       Attached Images for HTML Emails.     Using Extra Command-Line Parameters.     A Word About Email Delivery.     Further Reading.     Exam Prep Questions. 9. PHP and Databases.     Terms You’ll Need to Understand.     Techniques You’ll Need to Master.     “Databasics”.       Indices.       Writing Good Indices.       Primary Keys.       Foreign Keys and Relations.     Creating Tables or Adding and Removing Rows.       Inserting a Row.       Deleting Rows.     Retrieving Information from a Database.     Extracting Data from More Than One Table.     Aggregate Functions.     Sorting.     Transactions.     PHP and Databases.       There’s Date and Date.     Exam Prep Questions. 10. Stream and Network Programming.     Terms You’ll Need to Understand.     Techniques You’ll Need to Master.      php.ini Settings to Understand.     What Are File Wrappers?       How Do You Choose Which File Wrapper Is Used?       What Built-In Wrappers Does PHP Provide?       Not All Wrappers Are Created Equal.       Using a File Wrapper.       Correctly Detecting Line Endings.       Closing a File Wrapper.       Other Functions That Work with File Wrappers.     Introducing Streams.       What Is Stream Metadata?       Pipelines.       What Is the Stream Transport?       What Is the Stream Context?       How Do Streams Affect Me?     Connecting to Remote Hosts Using Sockets.       When Should I Use a Socket Instead of a File Wrapper?       What Network Transports Does PHP Support?       How Do I Open a Socket?       Persistent Sockets.       Timeouts When Opening a Socket.       How Do I Use a Socket?       Blocking Mode.       Read/Write Timeouts.       Closing a Socket.     Further Reading.     Exam Prep Questions. 11. Security.     Terms You’ll Need to Understand.     Techniques You’ll Need to Master.     Data Filtering.     Register Globals.     SQL Injection.     Command Injection.     Cross-Site Scripting.     Shared Hosting.     Exam Prep Questions. 12. Debugging and Performance.     Terms You’ll Need to Understand.     Techniques You’ll Need to Master.     Coding Standards.       Flattening if Statements.       Splitting Single Commands Across Multiple Lines.       Concatenation Versus Substitution.       Choose Your Opening Tags Carefully.     One Equal, Two Equals, Three Equals.       There’s Equal and Equal.     Testing for Resource Allocation.     Ternary Operators and if Statements.     Logging and Debugging.       Using Debuggers.     Optimizing Performance.       Hardware Issues.        Web Server Issues.       Avoid Overkill.       Zip It Up.     Database Optimizations.       Keep Your Code Simple.     Caching Techniques.       Bytecode Caches.     Exam Prep Questions. 13. Getting Ready for the Certification Exam.     What the Exam Tests.     How to Register.       Registration via Pearson VUE Call Center.       Registration via the Person VUE Website.       Registration at the Test Center.     What to Expect at the Test Center.     How the Exam Works.       Exam Instructions.       NDA (NONDISCLOSURE AGREEMENT).       Viewing Backward and Forward.       Reviewing Your Answers.       Your Comments.     What Kinds of Questions Are Asked?       Single Choice Questions.       Multiple Choice Questions.       Fill in the Blanks Questions.        Open Questions. Practice Exam Questions. Glossary. Index.


Best Sellers


Product Details
  • ISBN-13: 9780672327094
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Sams Publishing
  • Edition: 1
  • Language: English
  • Returnable: N
  • Spine Width: 19 mm
  • Width: 178 mm
  • ISBN-10: 0672327090
  • Publisher Date: 19 Aug 2004
  • Binding: Paperback
  • Height: 229 mm
  • No of Pages: 264
  • Series Title: Developer's Library
  • Weight: 424 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Zend PHP Certification Study Guide
Pearson Education (US) -
Zend PHP Certification Study Guide
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Zend PHP Certification Study Guide

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA