|
发表于 2010-6-2 01:39:08
|
显示全部楼层
这个从 PHP 语法上是没问题的,请看 PHP 手册中这个函数有一句:
注释:implode() 可以接收两种参数顺序。但是由于历史原因,explode() 是不行的。你必须保证 separator 参数在 string 参数之前才行
原文:Note: implode() can, for historical reasons, accept its parameters in either order. For consistency with explode(), however, it may be less confusing to use the documented order of arguments. |
|