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 est un script php5 qui tokenises et "renifle" le code PHP et JavaScript pour détecter les violations d'un ensemble de règles de codage définies. C'est un outil de développement essentiel qui assure que le code reste propre et consistant. Il peut même aussi prévenir de certaines erreurs de sémantique commises par les développeurs.

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>.