Is there an equivilent of c#\'s #region in PHP?
K.I.S.S. solution:
{ // region name, description, etc. code; }
Or, comment above the brace... Braces don't need no function, man.