예제 #1
0
파일: address.php 프로젝트: key/php-faker
 public function post_code()
 {
     $a = parent::random(self::$_uk_postcode_formats);
     $result = parent::bothify($a);
     return strtoupper($result);
 }