class ZipcodeSearch (View source)

Methods

__construct()

No description

mixed
findbyZipcode(int $zipcode)

Find Data Set for a City by Zipcode.

stdClass
getDataSet()

Read Zipcode JSON Data.

Details

at line line 14
__construct()

at line line 26
mixed findbyZipcode(int $zipcode)

Find Data Set for a City by Zipcode.

Parameters

int $zipcode

Return Value

mixed Returns an object or null if no result was found

at line line 44
stdClass getDataSet()

Read Zipcode JSON Data.

Return Value

stdClass