尝试从 et/s/wr.php 运行弹性转换器 php 代码。wr.php 包含 php 转码器代码。这是我的代码。
<?php
require 'vendor/autoload.php';
use Aws\ElasticTranscoder\ElasticTranscoderClient;
-------------
------------
?>
这是我从 loaclhost 运行时的错误。
致命错误:在第 5 行的 C:\wamp\www\sep24\et\s\wr.php 中找不到类 'Aws\ElasticTranscoder\ElasticTranscoderClient'
那么应该怎么做..?需要帮助.. 是的,我已经包含了我从 GIT 下载的 AWS 文件夹。