【发布时间】:2011-07-15 01:01:50
【问题描述】:
我有一个包含以下详细信息的 .txt 文件:
ID^NAME^DESCRIPTION^IMAGES
123^test^Some text goes here^image_1.jpg,image_2.jpg
133^hello^some other test^image_3456.jpg,image_89.jpg
我想做的是解析此广告,将值转换为更易读的格式,如果可能的话,可能转换为数组。
谢谢
【问题讨论】:
标签: php text-parsing