REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 956 B
Close
/home/byroehnu/easetack.com/vendor/fakerphp/faker/src/Faker/Provider/ko_KR/Company.php
Text
Base64
<?php namespace Faker\Provider\ko_KR; class Company extends \Faker\Provider\Company { protected static $formats = [ '{{companyPrefix}}{{firstName}}', '{{companyPrefix}}{{firstName}}{{companySuffix}}', '{{firstName}}{{companySuffix}}', '{{firstName}}{{companySuffix}}', '{{firstName}}{{companySuffix}}', '{{firstName}}{{companySuffix}}', ]; protected static $companyPrefix = ['(주)', '(주)', '(주)', '(유)']; protected static $companySuffix = [ '전자', '건설', '식품', '인터넷', '그룹', '은행', '보험', '제약', '금융', '네트웍스', '기획', '미디어', '연구소', '모바일', '스튜디오', '캐피탈', ]; public static function companyPrefix() { return static::randomElement(static::$companyPrefix); } public static function companySuffix() { return static::randomElement(static::$companySuffix); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Address.php
6.74 KB
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Company.php
956 B
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Internet.php
4.72 KB
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Person.php
4.32 KB
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PhoneNumber.php
1.02 KB
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Text.php
299.41 KB
lrw-rw-rw-
2024-11-21 13:46:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).