PHP functions to convert markup efficiently [message #183811] |
Thu, 21 November 2013 18:30 |
James Harris
Messages: 11 Registered: November 2013
Karma:
|
Junior Member |
|
|
I am looking for a way to mark up text in a way that PHP would be able to
efficiently and quickly convert to HTML.
I could either use an existing markup language or design a new one but I
wanted to know of which PHP functions would be ideal to use to process it
most efficiently. To a large extent that will guide the choice of markup
tags if I have to design it myself.
For example, it looks like I could choose between PHP's expand(), fgets()
and regular expression handling.
Of course, implemenations may differ slightly but, on average, are there
certain PHP approaches that could be expected to be faster than others? What
is the accepted wisdom?
James
|
|
|