超越PHP PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册
Site search:    
<implodelevenshtein>
Last updated: Fri, 22 Jun 2007

join

join -- Alias of implode()

Description

This function is an alias of implode().




add a note add a note User Contributed Notes
join
ben dash xo at dubplates dot org
23-Feb-2004 05:34
Be aware that whilst join() is an alias for implode(), split() is NOT an alias for explode(). split() deals with regular expressions where explode() only deals with simple strings, and this disparity has caused a number of obscure bugs for me in the past.

split() in PHP does not behave exactly like split() in perl (although explode() does).

<implodelevenshtein>
 Last updated: Fri, 22 Jun 2007
view source | feedback | send page | sitemap | aboutus   
Copyright ® 2002-2003 PHPE.NET. All rights reserved
Last updated:2002-11-22