string fileExcerpt(string $file, int $line)
Returns an excerpt of a code file around the given line number.
string fileExcerpt(string $file, int $line)
Returns an excerpt of a code file around the given line number.
string | $file | A file path |
int | $line | The selected line number |
string | An HTML string |
Designed by : w10schools
service@w10schools.com
Please login to continue.