php array to string

<?php

$arr = array('h','e','l','l','o');
$string = implode($arr, '');
$string = implode($arr, '|');

?>
相關文章
相關標籤/搜索