Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.