PHP Dummy

ContactInterface

Describes Contact interface.

Table of Contents

Methods

address()  : string
Retrieve random address.
city()  : string
Retrieve random city.
country()  : string
Retrieve random country.
email()  : string
Retrieve random email.
phone()  : string
Retrieve random phone.
postal()  : string
Retrieve random postal.

Methods

address()

Retrieve random address.

public address() : string
Return values
string

city()

Retrieve random city.

public city() : string
Return values
string

country()

Retrieve random country.

public country() : string
Return values
string

email()

Retrieve random email.

public email() : string
Return values
string

phone()

Retrieve random phone.

public phone() : string
Return values
string

postal()

Retrieve random postal.

public postal() : string
Return values
string

        
On this page

Search results