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.
'4; 5; 6; 7'として入力し、array( '4'、 '5'、 '6'、 '7');を返す関数は何ですか。PHPで?
<?php explode(';', '4;5;6;7');