forked from Bishnupkl/Online-Entrance-Examination
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpjson.php
More file actions
executable file
·14 lines (3 loc) · 728 Bytes
/
Copy pathphpjson.php
File metadata and controls
executable file
·14 lines (3 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$arr = Array ( [face_id] => b4661401dbf74ef9a7f [images] => Array ( [0] => Array ( [attributes] => Array ( [age] => 24 [asian] => 0.07844 [black] => 0.16872 [gender] => Array ( [femaleConfidence] => 0.0002 [maleConfidence] => 0.9998 [type] => M ) [glasses] => None [hispanic] => 0.5712 [lips] => Together [other] => 0.14881 [white] => 0.03283 ) [transaction] => Array ( [confidence] => 0.99937 [eyeDistance] => 83 [face_id] => b4661401dbf74ef9a7f [gallery_name] => safalll [height] => 183 [image_id] => 1 [pitch] => -2 [quality] => 0.33794 [roll] => -4 [status] => success [subject_id] => iooo [timestamp] => 1528038607133 [topLeftX] => 248 [topLeftY] => 153 [width] => 183 [yaw] => -1 ) ) ) );
?>