Documentation

Data
in package

PHP CSV Parser

A lightweight wrapper for the PHP CSV Parser providing ease of use in parsing a CSV File. Each row from the CSV will be turned to array of objects for faster and easy access to each data value.

Tags
author

James Gordo hello@jamesgordo.com

version
1.0.0

Table of Contents

__get()  : any
Retrieves dynamically set object properties
__set()  : void
Automagically sets object properties and make it accessible

Methods

__get()

Retrieves dynamically set object properties

public __get(mixed $name) : any
Parameters
$name : mixed
Return values
any

__set()

Automagically sets object properties and make it accessible

public __set(mixed $name, mixed $value) : void
Parameters
$name : mixed
$value : mixed
Tags
throws
InvalidArgumentException

Parameter name must be a valid string.

Return values
void

Search results