We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9abe9 commit c1c21dbCopy full SHA for c1c21db
docs/locales/es_PE.md
@@ -6,3 +6,24 @@
6
// Generates a Peruvian Documento Nacional de Identidad (DNI) number
7
echo $faker->dni; // '83367512'
8
```
9
+
10
+### `Faker\Provider\es_PE\Company`
11
12
+```php
13
+// Generates a Peruvian REG. UNICO DE CONTRIBUYENTES (RUC) number
14
+echo $faker->ruc; // '20105895410'
15
+```
16
17
18
19
20
21
+echo $faker->ruc(true); // '10105895410'
22
23
24
25
26
27
+// Generates a REG. UNICO DE CONTRIBUYENTES (RUC) number
28
+echo $faker->ruc(false); // '20105895410'
29
0 commit comments