对于以下行,我面临错误:
解析错误,意外'['.. ..
$totalEmail = array_merge($other_email,[$_SESSION['user_email']]);
此错误仅发生在生产服务器上,而不是测试服务器上.
php arrays
arrays ×1
php ×1