Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
間隔に関する簡単で初心者の質問、$ tagの前に間隔を空ける方法は?
$key[rand(0, count($ey)-1)] . $tag
ご協力いただきありがとうございます。
スペースを追加して残りを連結するだけです。
$key[rand(0, count($ey)-1)] . ' ' . $tag