분류
php
PHP Syntax Highlighter
본문
<?
# Language number: Only really used in Ultraedit. [DOOMED]
$lang_num = 0;
# Language name.
$lang_name =
""
;
# Language configuration hashtable.
$config = array();
$color = 0;
$parsing =
""
;
$indent = array();
$unindent = array();
# Hashtable of keywords - maps from keyword to colour.
$keywords = array();
# Used for conversion from keyword -> regexp.
$keypats = array();
# Which colours to use for each 'level'.
$colours = array(
"blue"
,
"purple"
,
"gray"
,
"brown"
,
"blue"
,
"purple"
,
"gray"
,
"brown"
);
$stringchars = array();
# Caches for the harvesters.
$comcache =
""
;
$stringcache =
""
;
# Used by the configuration file, this takes in the first line (which
# is used to describe general language traits).
function
parse_ufile_config($config_line)
{
$valid_keys =
""
;
- 이전글CSV Export 18.08.31
- 다음글Get Web Page With cURL 18.08.31