public function Face_Detector::toJson in Image Focus Crop 6
Same name and namespace in other branches
- 7 php-facedetection/FaceDetector.php \Face_Detector::toJson()
File
- php-facedetection/
FaceDetector.php, line 87
Class
Code
public function toJson() {
return json_encode($this->face);
}