PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of andrea bernardi   Check Curly Braces   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: class info and usage
Class: Check Curly Braces
Check matching curly brackets in text files
Author: By
Last change:
Date: 15 years ago
Size: 1,000 bytes
 

Contents

Class file image Download
*-----------------------------------------------------------* | name Check Curly Braces | | author raenkrus | | version 0.4.1 | | Copyright (c) 2009 raenkrus - droidseven at libero dot it | | tested with PHP 5.2.6 (cli) (built: Jul 17 2008 23:04:49) | *-----------------------------------------------------------* SUMMARY ======= CheckCurlyBraces is useful when you need to check matching curly braces in your code. The class displays a summary with the opening and the closing line for every curly braces found, with column line also. NOTES ===== Check Curly Braces is made to run in Command Line mode (yes, into a shell). The class was never tested through a web server. USAGE ===== Open a shell, cd to the directory containing the class and type: php CheckCurlyBraces.php filetocheck [ENTER] That's it. "filetocheck" must be a valid file.