getLineExcerpt | Text Extraction
…ion $lineNumber The target line number. $radius The number of desired lines surrounding the target line number. 1 <?php 2 3 public function getLineExcerpt ( int $ lineNumber , 4 int $ radius = 2 ) : array ; Example Use 1 <?php 2 3 use Stillat \...