File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/TestData/Framework/Provider/RandomCurrency.php
Back
<?php namespace Give\TestData\Framework\Provider; class RandomCurrency extends RandomProvider { /** @var array [currencyCode, ... ] */ protected $currencies = [ 'EUR', 'CAD', 'USD', ]; public function __invoke() { $count = count($this->currencies); $index = $this->faker->biasedNumberBetween(0, $count - 1, $function = 'sqrt'); return $this->currencies[$index]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings