PHP code example of schlaus / tagline

1. Go to this page and download the library: Download schlaus/tagline 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/ */

    

schlaus / tagline example snippets


use Schlaus\Tagline\Tagline;

$lineNr   = Tagline::findTag('FindMe!', 'somefile.php');
$nextLine = Tagline::findNext();

array Tagline::anyToArray(mixed $source [, string $type = null])