Blogger Information
Blog 9
fans 0
comment 0
visits 8859
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
explode和implode
廖磊的博客
Original
2044 people have browsed it

explode: 使用一个字符串分割另一个字符串,组成数组

explode ( string $delimiter , string $string [, int $limit ] )

delimiter:边界上的分隔字符。

string:输入的字符串。

limit:如果设置了 limit 参数并且是正数,则返回的数组包含最多 limit 个元素,而最后那个元素将包含 string的剩余部分。

如果 limit 参数是负数,则返回除了最后的 -limit 个元素外的所有元素。

如果 limit 是 0,则会被当做 1



implode:将一个一维数组的值转化为字符串,索引数组和关联数组都行

implode ( string $glue , array $pieces )

glue:默认为空的字符串,可为空。

pieces:你想要转换的数组。

两个参数变量可调换

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post