Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 332 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 332 Bytes

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...