{ "error_code": "500", "data": { "zhuang_tai": "token_no", "times": "1782837027" } }
<?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin
*/
/**
* Interface that represents a collection.
*/
interface WPSEO_Collection {
/**
* Returns the collection data.
*
* @return array The collection data.
*/
public function get();
}