Login   Register  
PHP Classes
elePHPant
Icontem

File: fedex.settings.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2012-11-06 04:28
Size: 120 bytes
 

Contents

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