<?php $array = [178, 89, 1]; echo array_reduce($array, function ($acc, $byte) { return $acc.strrev(str_pad(decbin($byte), 8, 0, STR_PAD_LEFT)); });
You have javascript disabled. You will not be able to edit any code.