File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/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 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings