File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/vendor/egulias/email-validator/src/Validation/DNSRecords.php
Back
<?php namespace Egulias\EmailValidator\Validation; class DNSRecords { /** * @param array $records * @param bool $error */ public function __construct(private readonly array $records, private readonly bool $error = false) { } /** * @return array */ public function getRecords(): array { return $this->records; } public function withError(): bool { return $this->error; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings