class ZipcodeSearch (View source)

Properties

protected stdClass $data Data Set used to search a Zipcode.

Methods

__construct()

No description

mixed
findbyZipcode(int $zipcode)

Find Data Set for a City by Zipcode.

stdClass
getDataSet()

Read Zipcode JSON Data.

Details

__construct()

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

stdClass getDataSet()

Read Zipcode JSON Data.

Return Value

stdClass