You are here

public function Face_Detector::toJson in Image Focus Crop 7

Same name and namespace in other branches
  1. 6 php-facedetection/FaceDetector.php \Face_Detector::toJson()

File

php-facedetection/FaceDetector.php, line 87

Class

Face_Detector

Code

public function toJson() {
  return json_encode($this->face);
}