PHP Клас Який виводить інформацію про Сервер та Домен
(UK) 2 Класи які дозволяють виводити інформацію про Ваш сервер РНР та Ваш домен
(EN) 2 Classes that allow you to display information about your PHP server and your domain
(PL) 2 Klasy umożliwiające wyświetlenie informacji o serwerze PHP i domenie
🐘 Силка на https://gitlab.com/
/* ServerInfo ==╗……☢
+ ----© Ardilla-CMS 2023 -------------------------------+
| ❶ ⟨uk⟩ - Клас виводить інформацію про PHP сервер: Метод "displayInfo()" складається із 4 інформаційних блоків: $apach_modul, $php_modul, $test_modul, $css_modul.
| ❷ ⟨pl⟩ — Klasa wyświetla informacje o serwerze PHP: Metoda „displayInfo()” składa się z 4 bloków informacyjnych: $apach_modul, $php_modul, $test_modul, $css_modul.
| ❸ ⟨en⟩ - The class displays information about the PHP server: The "displayInfo()" method consists of 4 information blocks: $apach_modul, $php_modul, $test_modul, $css_modul.
+-------------------------------------------------------+
*/
/* DomainInfo ==╗…….start ☢
+ ----© Ardilla-CMS 2023 -------------------------------+
| Domain Name, Domain ID, WHOIS Server, Registrar URL, Updated Date, Creation Date, Registry Expiry Date, Domain, DNS Records, IP Address, MX, NS.
| ❶ ⟨uk⟩ - Виводить інформацію про ваш домен
| ❷ ⟨pl⟩ — Wyświetla informacje o Twojej domenie
| ❸ ⟨en⟩ - Displays information about your domain.
+-------------------------------------------------------+
*/
⟨uk⟩ ($test_modul) - Тест створює масив на 300 000 ідентифікаторів з значенями від 10 до 20 знаків. Відсортовується за кількістю знаків від меньшого до більшого.
⟨pl⟩ ($test_modul) - Test tworzy tablicę 300 000 identyfikatorów o wartościach od 10 do 20 znaków. Posortowane według liczby znaków od najmniejszej do największej.
⟨en⟩ ($test_modul) - The test creates an array of 300,000 identifiers with values from 10 to 20 characters. Sorted by the number of characters from least to most.