<?php

    $t = gmp_init("11545152599186258990");
    $byte_array_t = gmp_export($t, 8);
    echo base64_encode($byte_array_t);