$str='文字列を' . '連結する'; echo $str;=>文字列を連結するPHP文字列を連結・結合する$str='文字列を' + '連結する'; console.log($str);=>