[21907]
ひどすぎ。

説明
int fwrite ( resource handle, string string [, int length])

$rs = fopen("d:/temp/motono_file.xls","rb");;
$fp = fopen("d:/temp/hoge.xls","wb");
$i=fwrite($fp,$rs);

…… 絶句。