cid_example.php 90 B

1234567
  1. <?php
  2. require 'config.php';
  3. $response = $client->push()->getCid();
  4. print_r($response);