PHP Manual
/
Processing of chains

Parsing and data processing in PHP

15. 10. 2017

> This article will discuss methods for processing data in PHP, but it is not finished yet.

So temporarily just a quick sketch of the possibilities:

  • Crawl character by character is a very old method that makes the code messy, but all other methods do it internally.
  • Explode, splitting a string by a delimiter
  • Regular expressions are the best way to handle simple strings
  • Tokenizer, splits a complex string into pieces (tokens) according to regular expressions, for example this is how PHP is processed

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.
Status:
All systems normal.
2024