array( 'timeout' => 2, // 设置超时 ) ) ); $file = file_get_contents($_FILES[$fileName]['tmp_name'], false, $ctx); return base64_encode($file); } } ?>