dependences

This commit is contained in:
2024-10-10 16:45:53 +03:00
parent e29108f21d
commit 2711c0258d
4 changed files with 26 additions and 13 deletions

View File

@ -33,6 +33,7 @@ function getConst($text): array|false|string
];
$str = $text;
foreach($constStr as $key => $value)
{
$str = str_replace($key, $value, $str);