Skip to content

Instantly share code, notes, and snippets.

@itrack
Last active June 1, 2019 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itrack/d63bc293863c18754ad7c1c473f1314e to your computer and use it in GitHub Desktop.
Save itrack/d63bc293863c18754ad7c1c473f1314e to your computer and use it in GitHub Desktop.
<?php
$cui = "RO34559148";
$dataVerificare = "2017-12-31"; // * Data la care vrei informatiile
$anaf->addCui($cui, $dataVerificare);
$rezultat = $anaf->getOneResult();
print_r($rezultat);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment