2
這是我的代碼:使用「使用」關鍵字
public function actionS3()
{
require_once(Yii::app()->basePath . '/extensions/s3/aws.phar');
use Aws\S3\S3Client;
}
它給我的錯誤
Parse error: syntax error, unexpected 'use' (T_USE) in...
請幫
感謝。事實上,第一個解決方案幫助。 – iThink