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 ab1d9ad commit ec7e95dCopy full SHA for ec7e95d
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 Documento Nacional de Identidad (DNI) number
14
+echo $faker->ruc; // '20105895410'
15
+```
16
17
18
19
20
21
+echo $faker->ruc(true); // '20105895410'
22
23
24
25
26
27
28
+echo $faker->ruc(false); // '20105895410'
29
0 commit comments