Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベースから 52,8,4,99 などの 1 桁または 2 桁の数字を取得します。今やりたいことは、「5 2 "。どうすればいいですか?
私はこれがあなたが望むことをすると信じています:
echo join(' ', str_split($number));