6.3 返回语句 一个带返回值的return语句不使用小括号"()",除非它们以某种方式使返回值更为显见。例如: return; return myDisk.size(); return ($size ? $size : $defaultSize);