Home  >  Article  >  Backend Development  >  How to remove quotation marks on both sides of a string in php

How to remove quotation marks on both sides of a string in php

coldplay.xixi
coldplay.xixiOriginal
2020-08-17 10:42:434161browse

php method to remove quotes on both sides of a string: first determine whether the CSV file has commas and double quotes; then read the csv file; and finally use the data splitting method to split the code.

How to remove quotation marks on both sides of a string in php

php method to remove quotation marks on both sides of a string:

1. When writing a CSV file, you need to first Determine whether there are commas and double quotes, and follow the steps below to execute the appropriate processing code.

How to remove quotation marks on both sides of a string in php

[Related learning recommendations: php programming (video)]

2. Method code for reading CSV files .

How to remove quotation marks on both sides of a string in php

#3. Data segmentation method code.

How to remove quotation marks on both sides of a string in php

#4. Split the data as follows.

How to remove quotation marks on both sides of a string in php

5. Commas in double quotation marks are not separated.

How to remove quotation marks on both sides of a string in php

Related learning recommendations: Programming video

The above is the detailed content of How to remove quotation marks on both sides of a string in php. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn