Php String Handling Handbook

Php String Handling Handbook

ISBN: 186100835X

ISBN 13: 9781861008350

Authors: Matt Wade, Paul Adams, Paul Wilton, Syed Fahad Gilani, Chris Cornutt

3.80 of 5

Click the button below to register a free account and download the file


Download PDF

Download ePub

*Disclosure:“This post may contain affiliate links and I earn from qualifying purchases”.


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

This book is aimed at PHP developers who have to deal with and manipulate strings. PHP is a web development language pure and simple, a large portion of Web programming requires strings to be handled and generated, so this skill is extremely important for PHP programmers. Most general PHP books have some coverage of string handling, but none approach it in nearly as much depth, or have the space to be able to approach the topic in the same Handbook "best practice, task-focused" way.