function strigToBinary($string); {; $characters = str_split($string);; $binary = [];; foreach ($characters as $character) ...
確定! 回上一頁