繼此從other question。 在PSR-1 Guidelines,部分2.3副作用規則限制使用include並在同一文件中聲明的功能,例如: <?php
// side effect: loads a file
include "file.php";
// declaration
function foo()
{
// function body
}
但是你可以
我試圖讓我的PHP代碼PSR-1 PSR-2兼容不要我收到一些奇怪的錯誤,其實我不理解它到底要我解決:( 什麼問題-1 Error: Opening parenthesis of a multi-line function call must be the last content on the line. if (Configuration::updateValue('AV_GTC_CT_GT_