PHP code example of zweifisch / f
1. Go to this page and download the library: Download zweifisch/f 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/ */
zweifisch / f example snippets
$f = \f\F::getInstance();
$f->map($f->comp($f->even,$f->inc), [1,2]);
sh
php benchmark/run.php