GeSHi


Functions


Function Summary
static string

geshi_highlight(mixed string, mixed language, mixed path, mixed return, string The, boolean Whether)

Easy way to highlight stuff.

void

stripos(mixed haystack, mixed needle, mixed offset)

Function Detail

geshi.php at line 4602

geshi_highlight

public static string geshi_highlight(mixed string, mixed language, mixed path, mixed return, string The, boolean Whether)

Easy way to highlight stuff. Behaves just like highlight_string

Parameters:
The - code to highlight
The - language to highlight the code in
The - path to the language files. You can leave this blank if you need as from version 1.0.7 the path should be automatically detected
Whether - to return the result or to echo
Returns:
The code highlighted (if $return is true)
Since:
1.0.2

geshi.php at line 176

stripos

public void stripos(mixed haystack, mixed needle, mixed offset)

Ignore.

GeSHi