Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/vendor/moneyphp/money/src/MoneyParser.php
Назад
<?php declare(strict_types=1); namespace Money; /** * Parses a string into a Money object. */ interface MoneyParser { /** * Parses a string into a Money object (including currency). * * @throws Exception\ParserException */ public function parse(string $money, Currency|null $fallbackCurrency = null): Money; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка