PHP Classes

File: keywords.php

Recommend this page to a friend!
  Classes of Karthikeyan   PHP Syntax Highlighter   keywords.php   Download  
File: keywords.php
Role: Configuration script
Content type: text/plain
Description: Configuration File
Class: PHP Syntax Highlighter
Highlight source code keywords with color
Author: By
Last change:
Date: 8 years ago
Size: 293 bytes
 

Contents

Class file image Download
<?php
//Programming language keywords
$languageKeywords["php"] = array("if","else","isset","unset","array","foreach","for","while","do");
$languageKeywords["cpp"] = array("void","char","int","main","static","if","else","for","while","do","cout","cin"
,"struct","unsigned","long","return");
?>