There is a line (tsv file) of the following type:
"текст" "1" "45" "" "текст"
How to use preg_split()
to split such a string into an array?
There is a line (tsv file) of the following type:
"текст" "1" "45" "" "текст"
How to use preg_split()
to split such a string into an array?
Source: https://ru.stackoverflow.com/questions/545430/
All Articles