This commit is contained in:
2024-05-20 15:11:17 +03:00
parent 6744d4e537
commit 8f07ea82bc
10 changed files with 161 additions and 35 deletions

View File

@ -1 +1,5 @@
<?php
function isFullInfo($fullName, $additionallyInfo, $contacts)
{
return strlen($fullName) > 1 && strlen($additionallyInfo) > 1 && strlen($contacts) > 1 ? true : false;
} // isFullInfo