【发布时间】:2014-04-04 09:00:10
【问题描述】:
你好,以这个为例
abcd.exe 1234 xyrs 6 987654
fghij.exe 1235 xyqs 5 897645
是提供给变量的数据,现在我想将“abcd.exe”放入单独的变量中,将“987654”放入另一个变量中,或者可能是两个数组
【问题讨论】:
-
$exploded_string=explode("",$string);
标签: php arrays string function