| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?php
- $arr = [
- [
- 'imgId' => 0,
- 'url' => "/static/images/face/0.png",
- 'type' => 0
- ], [
- 'imgId' => 1,
- 'url' => "/static/images/face/1.png",
- 'type' => 0
- ],[
- 'imgId' => 2,
- 'url' => "/static/images/face/2.png",
- 'type' => 0
- ], [
- 'imgId' => 3,
- 'url' => "/static/images/face/3.png",
- 'type' => 0
- ],[
- 'imgId' => 4,
- 'url' => "/static/images/face/4.png",
- 'type' => 0
- ], [
- 'imgId' => 5,
- 'url' => "/static/images/face/5.png",
- 'type' => 0
- ],[
- 'imgId' => 6,
- 'url' => "/static/images/face/6.png",
- 'type' => 0
- ], [
- 'imgId' => 7,
- 'url' => "/static/images/face/7.png",
- 'type' => 0
- ],[
- 'imgId' => 8,
- 'url' => "/static/images/face/8.png",
- 'type' => 0
- ], [
- 'imgId' => 9,
- 'url' => "/static/images/face/9.png",
- 'type' => 0
- ],[
- 'imgId' => 10,
- 'url' => "/static/images/face/10.png",
- 'type' => 0
- ], [
- 'imgId' => 11,
- 'url' => "/static/images/face/11.png",
- 'type' => 0
- ],[
- 'imgId' => 12,
- 'url' => "/static/images/face/12.png",
- 'type' => 0
- ], [
- 'imgId' => 13,
- 'url' => "/static/images/face/13.png",
- 'type' => 0
- ],[
- 'imgId' => 14,
- 'url' => "/static/images/face/14.png",
- 'type' => 0
- ], [
- 'imgId' => 15,
- 'url' => "/static/images/face/15.png",
- 'type' => 0
- ],[
- 'imgId' => 16,
- 'url' => "/static/images/face/16.png",
- 'type' => 0
- ], [
- 'imgId' => 17,
- 'url' => "/static/images/face/17.png",
- 'type' => 0
- ],[
- 'imgId' => 18,
- 'url' => "/static/images/face/18.png",
- 'type' => 0
- ], [
- 'imgId' => 19,
- 'url' => "/static/images/face/19.png",
- 'type' => 0
- ]
- ];
- return ['faces' => $arr];
|