gpt4 book ai didi

php - 没有封闭字符时如何使用 fgetcsv?

转载 作者:行者123 更新时间:2023-12-05 09:24:02 24 4
gpt4 key购买 nike

我正在处理来自 geonames.org 的 csv 文件因此,我需要获得没有任何附件的 csv 行。

当前 fgetcsv()要求您为 $enclosure 参数提供单个字符,否则不会处理 CSV 数据。

如何使用 php 原生功能检索没有封闭字符的 csv 数据?

最佳答案

作为一种可能的解决方法,您可以使用奇数字符作为附件:

// Read TSV line using 'backspace' as the enclosure character
fgetcsv($stream, 0, "\t", chr(8));

关于php - 没有封闭字符时如何使用 fgetcsv?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16896923/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com