Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
symfony
/
translation
/
Resources
Location:
/home/zoteqbgb/public_html/vendor/symfony/translation/Resources
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: functions.php
<?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. */ namespace Symfony\Component\Translation; if (!\function_exists(t::class)) { /** * @author Nate Wiebe <nate@northern.co> */ function t(string $message, array $parameters = [], ?string $domain = null): TranslatableMessage { return new TranslatableMessage($message, $parameters, $domain); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
bin
-
0755
2025-02-13 15:18
ðï¸
Rename
data
-
0755
2025-02-13 15:18
ðï¸
Rename
functions.php
563 bytes
0644
2025-02-13 15:18
âï¸
ðï¸
Rename
schemas
-
0755
2025-02-13 15:18
ðï¸
Rename
Chang
Apply