parseCSV::unparse( $data = array(),  $fields = array(),  $append = false,  $is_php = false,  $delimiter = null )

Create CSV data from array


Description Description


Parameters Parameters

(Required) field delimiter to use


Top ↑

Return Return

(CSV) data (text string)


Top ↑

Source Source

File: includes/libraries/parsecsv.lib.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.