Class StringFunctions
A library for manipulating strings
Located in /class.stringfunctions.php (line 22)
Returns a substring of the supplied string, starting after the last occurrence of the supplied delimiter.
- string $sString: The string we're generating a substring from
- string $sDelim: The delimiter that we're searching for
Takes a string of PHP code and uses highlight_string() to syntax highlight the code, then explodes n each line and returns the code wrapped in a div with an ordered list, each line of code being a line in the ordered list to provide line numbers. It is up to the user to style this returned HTML.
- string $sCode: The string of PHP code to format
Attempts to turn a supplied string, preferably an English, plural word, into the singular version of the string.
- string $sString: the plural word to attempt to make singular
Attempts to turn a supplied string, preferably an English, singular word, into the plural version of the string.
- string $sString: the singular word to attempt to make plural
Documentation generated on Thu, 25 Feb 2010 15:59:41 -0500 by phpDocumentor 1.4.3

