public static function writeFloat(&$output, $value) { $data = pack("g", $value); return $output->writeRaw($data, 4); }