#バドシス 〜 日々のことを続く限り書いてみようと思って 〜
id:mizominton
【php】implodeしたら「Notice: Array to string conversion」が出た
implodeとは PHP: implode - Manual (PHP 4, PHP 5, PHP 7) implode — 配列要素を文字列により連結する です。 Notice: Array to string conversionとは ようするに、配列を文字列に変換しようとしている。ということです。 「Notice: Array to string conversion」の原因と解決 「Notice: Array to string conversion」の…