/**
* hoge
*/
function hoge()
{
// hoge
$hoge = 1;
}
俺のコーディングルール

コメントアウトしたいならコレでいける。
/**
* hoge
*/
/*
function hoge()
{
// hoge
$hoge = 1;
}
*/