Buckets:
| namespace Faker\Extension; | |
| /** | |
| * @experimental This interface is experimental and does not fall under our BC promise | |
| */ | |
| interface BloodExtension extends Extension | |
| { | |
| /** | |
| * Get an actual blood type | |
| * | |
| * @example 'AB' | |
| */ | |
| public function bloodType(): string; | |
| /** | |
| * Get a random resis value | |
| * | |
| * @example '+' | |
| */ | |
| public function bloodRh(): string; | |
| /** | |
| * Get a full blood group | |
| * | |
| * @example 'AB+' | |
| */ | |
| public function bloodGroup(): string; | |
| } | |
Xet Storage Details
- Size:
- 527 Bytes
- Xet hash:
- c424706c5ed8b54256d43261cf44677af30e3cb95ee713179ca1ce6f5f5d2206
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.