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

How to remove quotation marks at both ends of a string in php

coldplay.xixi
coldplay.xixiOriginal
2020-11-04 13:53:083243browse

php method to remove quotation marks at both ends of a string: first determine whether there are commas and double quotation marks; then read the CSV file and split the data; finally, make sure that the commas in the double quotation marks are not separated.

How to remove quotation marks at both ends of a string in php

php method to remove the quotation marks at both ends of the 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 corresponding processing code.

How to remove quotation marks at both ends of a string in php

#2. Method code for reading CSV files.

How to remove quotation marks at both ends of a string in php

#3. Data segmentation method code.

How to remove quotation marks at both ends of a string in php

#4. Split the data as follows.

How to remove quotation marks at both ends of a string in php

5. Commas in double quotation marks are not separated.

How to remove quotation marks at both ends of a string in php

Related free learning recommendations: php programming (video)

The above is the detailed content of How to remove quotation marks at both ends 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