File manager - Edit - /var/www/payraty/helpdesk/vendor/moneyphp/money/src/MoneyParser.php
Back
<?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.3.30 | Generation time: 0.17 |
proxy
|
phpinfo
|
Settings