コードをコピー コードは次のとおりです:
ini_set("memory_limit", "50M");//実際の状況に応じてできるだけ大きくする必要がありますエラーを防ぐための環境の設定
ini_set("max_execution_time ", "100");
//file_exists() 関数は、ファイルまたはディレクトリが存在するかどうかを確認し、存在する場合は true を返し、存在しない場合は false を返します。
//fread() 関数はファイルを読み取ります (バイナリ ファイルに対して安全です)。 fread() は、ファイル ポインター ファイルから最大 length バイトを読み取ります。
//filesize() 関数は、指定されたファイルのサイズ (バイト) を返します。この関数の結果はキャッシュされます。キャッシュをクリアするには、clearstatcache() を使用してください。
$orgFile = 'Fireworks8-chs.exe';//ソースファイル
$cacheFileName = 'vbcache';//一時ファイルブロックに分割
function CutFile($fileName,$block) {//分割
global $cacheFileName ;
if (!file_exists($fileName)) は false を返します
$num = 1;
while ($content = fread($file,$block)); $cacheFile = $cacheFileName . '.dat';
fwrite($cfile, $cfile); $file);
関数 mergeFile($targetFile) {//マージ
$num = 1;
$file = fopen($num > 0) ) {
$cacheFile = $cacheFileName . '.dat'
if (file_exists($cacheFile)) {
$cfile = fopen($cacheFile, 'rb');ファイルサイズ($cacheFile));
fwrite($file, $content)
}
$num =
}
//Call
cutFile($orgFile, 10 * pow(2,20)); //10 * pow(2,20) は 10M に等しい pow() 関数は x の y 乗を返します
mergeFile('ok. exe ');
http://www.bkjia.com/PHPjc/744708.html
www.bkjia.com
true
http://www.bkjia.com/PHPjc/744708.html
技術記事
次のようにコードをコピーします: ?php ini_set("memory_limit", "50M"); // エラーを防ぐために、環境の実際の状況に応じて可能な限り大きくしてください ini_set("max_execution_time", "100") ; //ファイル_ex..