Is this what you want?
$number = 9; $bin_no = decbin($number); $bin_arr = array_map('intval', str_split($bin_no));