Skip to content

Instantly share code, notes, and snippets.

@jdelisle
jdelisle / convert_lz4_header.php
Last active May 16, 2020 11:57 — forked from vlakoff/convert_lz4_header.php
Convert from Mozilla's LZ4 format to LZ4 v1.3 (tested with FF51 profile & lz4 v1.7.5)
<?php
/**
* Convert from Mozilla's LZ4 format to LZ4 v1.3
*
* @link https://dxr.mozilla.org/mozilla-central/source/toolkit/components/lz4/lz4.js
* @link https://github.com/lz4/lz4
* @link https://github.com/lz4/lz4/blob/master/doc/lz4_Frame_format.md#legacy-frame
*
* @param string $input File content in Mozilla's LZ4 format