Tab
<>
""
''
()
{}
[]
/
:
;
?
,
.
$
输入
运行
xxxxxxxxxx
4
1
<?php
2
$str
=
"Hello world. It's a beautiful day."
;
3
print_r
(
explode
(
"
"
,
$str
));
4
?>
实例代码
运行结果
为你的程序添加输入
提交