previousIntroduction (Previous) (Next) Introductionnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

PHP_CodeSniffer

PHP_CodeSniffer is a PHP5 script that tokenises and "sniffs" PHP, JavaScript and CSS files to detect violations of a defined coding standard. It is an essential development tool that ensures your code remains clean and consistent. It can also help prevent some common semantic errors made by developers.

Table of Contents
previousIntroduction (Previous) (Next) Introductionnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: doconnor
PHP_CodeSniffer is pretty neat, because you can <a href="http://clockwerx.blogspot.com/2008/06/how-to-customise-phpcodesniffer.html">implement your own coding standards trivally</a>.