0

ここからユニレスト ライブラリをダウンロードし、自分のサイトのフォルダに展開しました。このコードをページに配置しました。

<?php 
         require_once "/unirest-php-master/src/Unirest.php";
         $response = Unirest\Request::post("https://api4yaware-yaware-data.p.mashape.com/account/json/v2/getEmployeeLastActivity?access_key=&email=demo%2Beco%40yaware.com",
  array(
    "X-Mashape-Key" => "TSJbkryFpxmshZKbe1UxI0T9L0ddp1UFplVjsnSXjugPiVmxPd",
    "Content-Type" => "application/x-www-form-urlencoded",
    "Accept" => "text/plain"
  )
);
echo $response;
         ?>

そして、私はこのエラーが発生しています:

解析エラー: 構文エラー、419 行目の Y:\home\localhost\www\dashboard\unirest-php-master\src\Unirest\Request.php の予期しない '['

スクリーンショット:

エラーのスクリーンショット

それを修正する方法はありますか?

4

0 に答える 0