PHP code example of 178inaba / zf1-tomload
1. Go to this page and download the library: Download 178inaba/zf1-tomload 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/ */
178inaba / zf1-tomload example snippets
('TOML_DIR='.__DIR__.'/../foo/bar');
$phpAuthor = toml('example.author.PHP');
echo $phpAuthor."\n";
toml
[author]
PHP = "Rasmus Lerdorf"
bash
$ php index.php
Rasmus Lerdorf