Loading...

PHP–implode() 將陣列轉成字串

Temperature: 0 °C

Mark ChangMark Chang
author_tools


PHP–implode() 將陣列轉成字串
使用implode將陣列轉換成字串;

$ar=array('a','b','c','d','e');
$output=implode(",",$ar);
print_r($output);

輸出結果:
a,b,c,d,e

https://innstory.com/story-PHP–implode_將陣列轉成字串-1605

Prev
 mysql_查詢數據資料是否有重複

Next
使用PHP取得目前網址方式 

About the Author

Mark Chang

離不開電腦的宅男

Visitor message

Leave some footprints to prove that you visited me

Recommended reading

Author's other related stories

Android Fragment及Activity 中使用sharedpreferences

Android Fragme...

在Android下想要儲存執行資料的方式有好幾種,例如存在手機空間或者是資料庫空間。 這裡紀錄一下使...

PHP如何設定HTTP安全標頭?

PHP如何設定HTTP安全標...

PHP該如何將以下安全標頭添加到網站? XFrameOptions  防止點擊劫持攻擊 XXSSPr...

Linux底下查看Mysql版本

Linux底下查看Mysql...

在OS底下 [root@localhost ~]# mysql V 在Mysql底下 mysql> ...

Please select an option

error

Hi, thank you for your participation, but you cannot vote repeatedly~

Join innstory now and start recording your story.

"Innstory" is a place to store stories. We are committed to becoming a warm platform. Deepening the bonds between people is our direction.
We are convinced that the blockchain between people is not just a cold calculation. Join us now.

Wrong format