[Webscripting Homepage] | [Javascript Homepage] | [Perl/CGI HomePage]
Common Comments for PHP
Note: vim comment line not required for class.
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
/**
* Example use of a function to "sanitize" user input
*
* Long description for file (if any)...
*
* PHP versions 4 and 5
*
* @category Basic PHP Examples
* @author Phillip Waclawski
* @copyright 2006 Phillip Waclawski
* @license http://www.php.net/license/3_0.txt PHP License 3.0
*/
/**
* Student Name:
* Assignment Name/number:
* Requirements: (functions, classes, what it should do, etc)
*
*/
|