Have an Address class with constructor public function __construct(string $country,string $city, string $street, string $house, string $building = ") {}
I want to validate all of the addresses (country, city, street, building, structure). It all possible private function isCountryValid($param) {
if (empty($param) || !preg_...