[ create a new paste ] login | about

asabbia

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by asabbia:

PHP, pasted on Feb 11:
1
2
3
4
5
<?php
// Decimal > Custom
function dec2any( $num, $base=62, $index=false ) {
    if (! $base ) {
        $base = strlen( $index );
...
view (46 lines, 12 lines of output)