ArtBIT member since: Apr 29, 2014

ArtBIT's packages

  • PHP

    artbit/base_convert

    Base conversion utility that supports number bases from 2 to 64 (PHP's builtin base_convert supports number bases from 2 through 36)

  • PHP

    artbit/isget

    This is a handy little helper function that is used to replace the common pattern of isset($a, $a['b']) ? $a['b'] : $c; which can be ugly and redundant.