dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-11 14:27:36 +09:00
parent cb97b79e84
commit 65fa05cb4f

View File

@ -66,7 +66,7 @@ abstract class CommonHelper extends Core
return preg_match($pattern_validation, $domain);
}
final public function isIPAddress(string $ip, $type = 'ipv4'): bool
final public function isIPAddress(?string $ip = null, $type = 'ipv4'): bool
{
switch ($type) {
case 'ipv4':