Checks whether the specified address is well-formatted.
Syntax
public static function address ($address)
Parameters
address
A string value that specifies the address to check.
Returns
A boolean which is true if the address is well-formatted, false otherwise.
Remarks
A well-formatted address should be a string 1 to 255 characters long. Any characters are allowed.