Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 173 Bytes

File metadata and controls

18 lines (15 loc) · 173 Bytes

TEXT格式数据 转 Array格式数据

TEXT格式数据

aaaa
bbbb
cccc

Array格式数据

array (
  0 => 'aaaa',
  1 => 'bbbb',
  2 => 'cccc',
)