repositório com os arquivos utilizados para integração entre o sistema SimplesIP e diversos sistemas.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
273 B

2 years ago
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
//error_reporting(E_ALL);
include 'KingDialerModel.php';
$king = new KingDialerModel();
$data = $king->buscarContatosPorTelefone('86894747259');
print_r($data);