@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Access a delimited string content from a HTTP server and iterate it. |
|
| 4 | - * |
|
| 5 | - * The string have the format: |
|
| 6 | - * COLUMN1;COLUMN2;COLUMN3|COLUMN1;COLUMN2;COLUMN3|COLUMN1;COLUMN2;COLUMN3 |
|
| 7 | - * |
|
| 8 | - * You can customize the field and row separators. |
|
| 9 | - */ |
|
| 3 | + * Access a delimited string content from a HTTP server and iterate it. |
|
| 4 | + * |
|
| 5 | + * The string have the format: |
|
| 6 | + * COLUMN1;COLUMN2;COLUMN3|COLUMN1;COLUMN2;COLUMN3|COLUMN1;COLUMN2;COLUMN3 |
|
| 7 | + * |
|
| 8 | + * You can customize the field and row separators. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace ByJG\AnyDataset\Repository; |
| 12 | 12 | |