PHP Classes

File: conf/soap.php

Recommend this page to a friend!
  Classes of Fernando Val   Springy   conf/soap.php   Download  
File: conf/soap.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Springy
Microframework for Web application development
Author: By
Last change:
Date: 27 days ago
Size: 137 bytes
 

Contents

Class file image Download
<?php

/**
 * Entradas:
 * - 'timeout' - determina o timeout em segundos.
 *
 * @deprecated 4.5
 **/

return [
   
'timeout' => 15,
];