PHP - 从结尾开始从文件中读取json

时间:2017-09-18 16:00:14

标签: php

我有一个变量 $ file ,我存储了json:

[{"text":"Sample text 1","time":"Monday 18th of September 2017 05:54:07 PM"},{"text":"Sample text 2","time":"Monday 18th of September 2017 05:54:12 PM"}]

一切正常,我正在使用

  

$ data = file_get_contents($ file);

从文件中读取这些数据。但我想从最新的,最后的。有可能吗?

0 个答案:

没有答案