芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/lib/lessphp/Output.php
strs[] = $chunk; } /** * Is the output empty? * * @return boolean */ public function isEmpty(){ return count($this->strs) === 0; } /** * Converts the output to string * * @return string */ public function toString(){ return implode('',$this->strs); } }