public static function writeDouble(&$output, $value) { $data = pack("e", $value); return $output->writeRaw($data, 8); }