Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Li authored Nov 19, 2017
1 parent dbf31bc commit 212d65e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ zh-cn


```

en

```php
Expand All @@ -47,7 +48,7 @@ en
```json

{
"area": "江苏省 南京市 鼓楼区",
"area": "Jiang 南京市 鼓楼区",
"gender": "male",
"birthday": "1983-10-29",
"age": 34,
Expand All @@ -56,11 +57,11 @@ en
```

### Api
- `getArea():string` 获取地区
- `getConstellation():string` 获取星座
- `getAge():int` 获取年龄
- `getBirthday(string $foramt = 'Y-m-d'):string` 获取生日
- `getGender():string` 获取性别
- `getCounty():string|null` 获取县城
- `getCity():string|null` 获取城市
- `getProvince():string|null` 获取省
- `getArea():string` 获取地区
- `getConstellation():string` 获取星座
- `getAge():int` 获取年龄
- `getBirthday(string $foramt = 'Y-m-d'):string` 获取生日
- `getGender():string` 获取性别
- `getCounty():string|null` 获取县城
- `getCity():string|null` 获取城市
- `getProvince():string|null` 获取省

0 comments on commit 212d65e

Please sign in to comment.