gpt4 book ai didi

php - 将平面数组转换为要保存在数据库中的分隔字符串

转载 作者:IT老高 更新时间:2023-10-28 11:38:33 26 4
gpt4 key购买 nike

将 PHP 数组转换为字符串的最佳方法是什么?
我有变量 $type 这是一个类型数组。

$type = $_POST[type];

我想将它作为单个字符串存储在我的数据库中,每个条目由 | 分隔:

Sports|Festivals|Other

最佳答案

使用 implode

implode("|",$type);

关于php - 将平面数组转换为要保存在数据库中的分隔字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7490488/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com