Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #107.65K
1 Posted Topic
$data = array_slice(file('file.txt'), -5); foreach ($data as $line) { echo $line; } echo $line;
The End.
santoshv22