jake RSS


jakehofman.com

Archive

Oct
25th
Thu
permalink

tip: php

to sort associative arrays, use asort, arsort, ksort, and krsort

tips  php 
permalink

tip: php

use the function print_r for a bare bones display of array contents

tips  php 
Aug
17th
Wed
permalink

tip: php

%04d will write a zero-padded 4 digit integer …

tips  php