Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://oit.cmc.msu.ru/php/function.implode.html
Дата изменения: Sun Feb 3 22:56:12 2002 Дата индексирования: Mon Oct 1 21:11:21 2012 Кодировка: |
Returns a string containing a string representation of all the array elements in the same order, with the glue string between each element.
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.