PHP code example of pwsdotru / string-sequence
1. Go to this page and download the library: Download pwsdotru/string-sequence 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/ */
pwsdotru / string-sequence example snippets
use StringSequence\Sequencer;
$seq = new Sequencer(10);
$pages = $seq->add("2,4, 7-8")->get();