PATH:
home
/
lab2454c
/
bancmils.com
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Provider
/
ar_EG
<?php namespace Faker\Provider\ar_EG; class Payment extends \Faker\Provider\Payment { /** * International Bank Account Number (IBAN) * * @see https://www.upiqrcode.com/iban-generator/eg/egypt */ public function bankAccountNumber(): string { return self::iban('EG', '', 25); } }
[-] Internet.php
[edit]
[+]
..
[-] Address.php
[edit]
[-] Color.php
[edit]
[-] Company.php
[edit]
[-] Person.php
[edit]
[-] Text.php
[edit]
[-] .htaccess
[edit]
[-] Payment.php
[edit]