PHP code example of englishdom / converter
1. Go to this page and download the library: Download englishdom/converter 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/ */
englishdom / converter example snippets
$reader = new \Converter\Reader\PdoReader(
'mysql:host=localhost;port=3306;dbname=base;charset=utf8',
'user',
'pass',
[\PDO::ATTR_ERRMODE => \PDO::ERRMODE_EXCEPTION],
'table'
);