Overview

Namespaces

  • GeoIp2
    • Database
    • Exception
    • Model
    • Record
    • Test
      • Model
      • WebService
    • WebService
  • MaxMind
    • MinFraud
      • Model
  • None
  • PHP

Interfaces

  • JsonSerializable
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: 
 3: /**
 4:   * This interface exists to provide backwards compatibility with PHP 5.3
 5:   */
 6: interface JsonSerializable
 7: {
 8:     /**
 9:      * Returns data that can be serialized by json_encode
10:      *
11:      */
12:     public function jsonSerialize();
13: }
14: 
minFraud Score and Insights PHP API v0.1.0 API documentation generated by ApiGen