Posts
 
Reputation
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
~2K People Reached
Favorite Forums
Favorite Tags
php x 1

1 Posted Topic

Member Avatar for alfredferg

$data = array_slice(file('file.txt'), -5); foreach ($data as $line) { echo $line; } echo $line;

Member Avatar for santoshv22
0
2K

The End.