PHP code example of convenia / afd-reader
1. Go to this page and download the library: Download convenia/afd-reader library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
convenia / afd-reader example snippets
use Convenia\AfdReader\AfdReader;
...
$afdReader = new AfdReader('afdt_test.txt');
use Convenia\AfdReader\AfdReader;
...
$afdReader = new AfdReader('afdt_test.txt', 'Afdt');
$afdReader->getByUser();
$afdReader->getByUser(62915959739);
$afdReader->getByUser(62915959739, ['from' => '2015-05-20', 'to' => '2015-05-20']);
$afdReader->getAll();