Home Accessibility Courses Diary The Mouth Forum Resources Site Map About Us Contact
 
For 2023 (and 2024 ...) - we are now fully retired from IT training.
We have made many, many friends over 25 years of teaching about Python, Tcl, Perl, PHP, Lua, Java, C and C++ - and MySQL, Linux and Solaris/SunOS too. Our training notes are now very much out of date, but due to upward compatability most of our examples remain operational and even relevant ad you are welcome to make us if them "as seen" and at your own risk.

Lisa and I (Graham) now live in what was our training centre in Melksham - happy to meet with former delegates here - but do check ahead before coming round. We are far from inactive - rather, enjoying the times that we are retired but still healthy enough in mind and body to be active!

I am also active in many other area and still look after a lot of web sites - you can find an index ((here))
An overview of PHP String functions

AN INTRODUCTION

PHP is a modern language, written by the open source community. Ever since it was written, users who are pushing it towards its limits have been encouraged to provide extra functions that stretch the limits further. This has resulted in a language with a huge array of functions, and it also means that what was an advanced, pioneering use of PHP a year or two ago has become a standard, run-of-the-mill use today. Modern computer power means that all these additional functions don't have any significant adverse effect on performance either, as they would have done with earlier generations of hardware.

The result of this is that if you say "I wish there was a function to do that", then there probably is. A lot of the effort involved in learning about PHP, once you get past the fundamental structures of the language, is in learning where to find the functions that you want.

String handling is one of the areas where there's a huge number of functions available; in order to help you learn about the various things you can do with string functions we have (somewhat artificially) divided them down into some more manageable groupings. In addition to these groupings:
  - There are operators such as . and .= which operate on strings
  - Strings can be handled as if they were arrays of characters

LOW LEVEL FUNCTIONS

Functions that you can use to find out how long a string is, where one string occurs for the first time in another, to replace part of one string (given a starting point and length) with another, etc. Also functions to compare strings to see which comes first / last in sorting.

Low level functions are (roughly) equivalent to the functions you have in a language such as C. You can do more or less anything with them, but you have a lot of code to write to do so. In PHP, the low level functions are important only where you have a specialist requirement that can't be met by the other types of functions.

HIGHER LEVEL FUNCTIONS

This group includes functions to encode and translate strings in various ways - ranging from forcing a whole string to upper or lower case and trimming off excess white space through to "webifying" - in other words, adding in HTML entities where there are special characters involved - and adding in / removing protection characters if you're going to save your data into a relational database.

We've also grouped functions that split a string into an array of parts (or tokenise the string in some way) into the higher level functions, and also functions such as strspn which lets you check that a string comprises only certain characters that are acceptable to you.

MATCHING, EXTRACTION AND REPLACEMENT FUNCTIONS

PHP supports a wide range of functions that lets you compare or match strings, ranging from checking whether two strings are the same through to much more powerful functions that let you look at a string and see if it looks like a pattern that you've defined. You can go further, extracting parts of your incoming string into an array based on which part of the pattern you've matched, or replacing pertinent parts of the incoming string with some other text.

Patterns that are used for matching in this way are known as "Regular Expressions


See also String handling in PHP - training module

Please note that articles in this section of our web site were current and correct to the best of our ability when published, but by the nature of our business may go out of date quite quickly. The quoting of a price, contract term or any other information in this area of our website is NOT an offer to supply now on those terms - please check back via our main web site

Related Material

String Handling in PHP
  [31] - ()
  [54] - ()
  [337] - ()
  [422] - ()
  [463] - ()
  [493] - ()
  [558] - ()
  [560] - ()
  [574] - ()
  [589] - ()
  [608] - ()
  [642] - ()
  [716] - ()
  [728] - ()
  [1008] - ()
  [1058] - ()
  [1195] - ()
  [1336] - ()
  [1372] - ()
  [1533] - ()
  [1603] - ()
  [1613] - ()
  [1799] - ()
  [2046] - ()
  [2165] - ()
  [2238] - ()
  [2629] - ()
  [3020] - ()
  [3424] - ()
  [3515] - ()
  [3516] - ()
  [3534] - ()
  [3788] - ()
  [3789] - ()
  [3790] - ()
  [4071] - ()
  [4072] - ()

resource index - PHP
Solutions centre home page

You'll find shorter technical items at The Horse's Mouth and delegate's questions answered at the Opentalk forum.

At Well House Consultants, we provide training courses on subjects such as Ruby, Lua, Perl, Python, Linux, C, C++, Tcl/Tk, Tomcat, PHP and MySQL. We're asked (and answer) many questions, and answers to those which are of general interest are published in this area of our site.

You can Add a comment or ranking to this page

© WELL HOUSE CONSULTANTS LTD., 2024: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • FAX: 01144 1225 793803 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho

PAGE: http://www.wellho.net/solutions/php-an-o ... tions.html • PAGE BUILT: Wed Mar 28 07:47:11 2012 • BUILD SYSTEM: wizard