Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.227.140.134
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
vendor /
symfony /
polyfill-intl-icu /
Delete
Unzip
Name
Size
Permission
Date
Action
DateFormat
[ DIR ]
drwxrwxr-x
2022-05-24 11:49
Exception
[ DIR ]
drwxrwxr-x
2022-05-24 11:49
Resources
[ DIR ]
drwxrwxr-x
2022-05-24 11:49
Collator.php
7.26
KB
-rw-rw-r--
2022-05-24 11:49
Currencies.php
1.14
KB
-rw-rw-r--
2022-05-24 11:49
Icu.php
2.96
KB
-rw-rw-r--
2022-05-24 11:49
IntlDateFormatter.php
19.67
KB
-rw-rw-r--
2022-05-24 11:49
LICENSE
1.04
KB
-rw-rw-r--
2022-05-24 11:49
Locale.php
8.72
KB
-rw-rw-r--
2022-05-24 11:49
NumberFormatter.php
28.32
KB
-rw-rw-r--
2022-05-24 11:49
README.md
852
B
-rw-rw-r--
2022-05-24 11:49
bootstrap.php
906
B
-rw-rw-r--
2022-05-24 11:49
bootstrap80.php
826
B
-rw-rw-r--
2022-05-24 11:49
composer.json
1.14
KB
-rw-rw-r--
2022-05-24 11:49
Save
Rename
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ use Symfony\Polyfill\Intl\Icu as p; if (!function_exists('intl_is_failure')) { function intl_is_failure(?int $errorCode): bool { return p\Icu::isFailure((int) $errorCode); } } if (!function_exists('intl_get_error_code')) { function intl_get_error_code(): int { return p\Icu::getErrorCode(); } } if (!function_exists('intl_get_error_message')) { function intl_get_error_message(): string { return p\Icu::getErrorMessage(); } } if (!function_exists('intl_error_name')) { function intl_error_name(?int $errorCode): string { return p\Icu::getErrorName((int) $errorCode); } }