array(';
$content .= $filesize;
$content .= ',';
$content .= $filemd5;
$content .= '),';
$content .= \n;
if (! fwrite ( $filehandle, $content )) {
print ($filepath . can not be written!) ;
}
}
/**
* 在manifes文件中写入头信息
*
* @param unknown $filehandle
*/
public static function writemaifestheader($filehandle) {
$header =