$arr = ['H','e','l','l','o']; echo implode($arr); // "Hello". Note: If the PHP array contains non-string items, implode function will first ...
確定! 回上一頁