Is there an equivilent of c#\'s #region in PHP?
PhpStorm supports code folding similar to C#:
#region [comment about what the code does] code.... #endregion