React\Gifsocket\GifEncoder::gifWord PHP Méthode

gifWord() private méthode

private gifWord ( $int )
    private function gifWord($int)
    {
        return chr($int & 0xff) . chr($int >> 8 & 0xff);
    }