PHP Classes

File: tests/resources/correct-compound-part.php

Recommend this page to a friend!
  Classes of Vitaly   Queasy PHP Config   tests/resources/correct-compound-part.php   Download  
File: tests/resources/correct-compound-part.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Queasy PHP Config
Read a configuration from files in several formats
Author: By
Last change:
Date: 2 years ago
Size: 80 bytes
 

Contents

Class file image Download
<?php

return array(
   
'section' => array(
       
'key' => 'value'
   
)
);