Libraries tagged by smartbit
artbit/base_convert
5 Favers
10898 Downloads
10898 Downloads
Base conversion utility that supports number bases from 2 to 64 (PHP's builtin base_convert supports number bases from 2 through 36)
artbit/isget
1 Favers
61 Downloads
61 Downloads
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.