PHP Classes

File: jApi_server/jApi_verify_response.php

Recommend this page to a friend!
  Classes of Bijaya Kumar Behera   jApi RPC   jApi_server/jApi_verify_response.php   Download  
File: jApi_server/jApi_verify_response.php
Role: Example script
Content type: text/plain
Description: auxiliary file
Class: jApi RPC
Handle client and server API calls
Author: By
Last change:
Date: 10 years ago
Size: 269 bytes
 

Contents

Class file image Download
<?php
 
 
//
 
define('jApi_ds', DIRECTORY_SEPARATOR );
 
define('jApi_root', dirname(__FILE__));
 
 
//
 
require_once (jApi_root . '/' . 'jApi_config.php' );

 
//
 
jApi::verify_response_init($jApi_rules);

 
//
 
jApi::verify_response_output();
 
?>