php遍历目录
程序员文章站
2022-03-17 10:43:50
...
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 = "
上一篇: PHP实现linux命令tail -f
下一篇: 将PHP数组有格式的写入文件中