Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Some CSV content
  2. that will break
  3. on a line break
  4.  
  5. $path = 'path/to/my.csv';
  6.  
  7. $csv_content1 = read_csv_file($path, 0, 100);
  8. $csv_content2 = read_csv_file($path, 101, 200);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement