PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Alfredo Rodriguez   Manejo Imagenes   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Manejo Imagenes
API to perform image manipulation operations
Author: By
Last change:
Date: 1 year ago
Size: 460 bytes
 

Contents

Class file image Download
<?php

header
('Content-Type: application/json');
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Headers: Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With');
header('Access-Control-Allow-Methods: GET, PUT, POST, OPTIONS');
/**
 * Description of Index
 *
 * @author Jose Alfredo Rodriguez <alfredo@jarscr.com>
 * @copyright JARS Costa Rica
 */


require_once "RHApi.php";
$RHApi = new RHApi();
$RHApi->API();