79807069

Date: 2025-11-02 10:49:37
Score: 4
Natty:
Report link

Is this what you want?

$number = 9;
$bin_no = decbin($number);
$bin_arr  = array_map('intval', str_split($bin_no));
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Is this
  • Low reputation (1):
Posted by: user31800206