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');