PhpFormat Type
Generates color-coded HTML 4.01 from PHP source code.
Constructors
Constructor |
Description
|
Full Usage:
PhpFormat()
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.Keywords
Returns: string
Modifiers: abstract |
The list of PHP keywords.
|
Full Usage:
this.Preprocessors
Returns: string
Modifiers: abstract |
The list of PHP preprocessors.
|
Full Usage:
this.StringRegEx
Returns: string
Modifiers: abstract |
Regular expression string to match string and character literals.
|