【问题标题】:syntax error unexpected 'use' (t_use) in php twilio SMS, CALLING etc [duplicate]php twilio SMS,CALLING等中的语法错误意外“使用”(t_use)[重复]
【发布时间】:2020-10-18 08:24:31
【问题描述】:

当我尝试使用 TWILIO 时出现错误。错误是 php 中的语法错误意外 'use' (t_use) twilio。

【问题讨论】:

  • 是同一个人提出了这个问题,以帮助其他面临同样问题的人。

标签: php twilio


【解决方案1】:

问题在于 use 语句的位置。

//This needs to be at the top of your PHP file, not nested in a conditional eg [IF statements or while loops]: top of your PHP file like as though you are connecting to database.
require __DIR__ . '/twilio-php-master/Twilio/autoload.php';
use Twilio\Rest\Client;

【讨论】:

    猜你喜欢
    • 2017-07-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-12-20
    • 2023-03-20
    • 2016-07-07
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多