PHP Classes

File: fedex.settings.php

Recommend this page to a friend!
  Classes of Mubashir Ali   Fedex Wrapper   fedex.settings.php   Download  
File: fedex.settings.php
Role: Configuration script
Content type: text/plain
Description: General PHP Settings
Class: Fedex Wrapper
Manage the deliveries of postal packages via Fedex
Author: By
Last change:
Date: 12 years ago
Size: 120 bytes
 

Contents

Class file image Download
<?php
    ini_set
("soap.wsdl_cache_enabled", "0");
   
error_reporting(15);
   
set_time_limit(1000); //seconds
?>