使用PHP从文件末尾删除行

use*_*est 0 php

如何使用PHP从字符串末尾删除一行?谢谢.

Kal*_*ium 5

你想删除空格?试试trim().这是近亲ltrim,rtrim可能更接近你想要的.