8 lines
90 B
PHP
8 lines
90 B
PHP
<?php
|
|
|
|
require 'config.php';
|
|
|
|
$response = $client->push()->getCid();
|
|
|
|
print_r($response);
|