Php String Handling Handbook

Brand: Wrox Press

Write a Review
$10.50 - $300.00
UPC:
9781861008350
Binding:
Paperback
Publication Date:
3/11/2003
Author:
Matt Wade;Paul Adams;Chris Cornutt;Syed Fahad Gilani;Vikram Vaswani
Language:
english
Edition:
illustrated edition
Adding to cart… The item has been added

Product Overview

This book will cover all the most important tasks related to dealing with text/strings in PHP. The core of the book will look at PHP's built in string functions and the two flavours of Regular Expressions that PHP supports. String handling functions and Regular expressions basically solve many of the problems but in a very different way. This book won't just look at how to use them but when and where each is appropriate and what affect that choice has on performance.

What this book covers:

  • Regular expressions
  • String functions in PHP (obviously!)
  • How PHP internally handles strings
  • Performance of the various string handling options in PHP
  • Character sets (ASCII, Unicode, etc.)
  • String Searches