BaseMax / LimitLastLinePHP

Some tiny script to limit and remove the last line from input string using PHP.

Repository from Github https://github.comBaseMax/LimitLastLinePHPRepository from Github https://github.comBaseMax/LimitLastLinePHP

Limit Last Line PHP

A tiny script to limit and remove the last line from input string using PHP.

Sample

Input

1
2
3
4
5
6

Output (Remove one line from end of the string)

1
2
3
4
5

Output (Remove two line from end of the string)

1
2
3
4

Benchmark

Will complete as soon...

About

Some tiny script to limit and remove the last line from input string using PHP.

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%