PHP code example of pforret / pf_pageinfo
1. Go to this page and download the library: Download pforret/pf_pageinfo 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/ */
pforret / pf_pageinfo example snippets
php
$obj = new Pforret\PfPageinfo();
echo $obj->echoPhrase('Hello, pforret!');