PHP Classes

File: tests/resources/correct.php

Recommend this page to a friend!
  Classes of Vitaly   Queasy PHP Config   tests/resources/correct.php   Download  
File: tests/resources/correct.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: 251 bytes
 

Contents

Class file image Download
<?php

return array(
   
'section1' => array(
       
'key11' => 'value11',
       
'key12' => 'value12'
   
),
   
'section2' => array(
       
'key21' => 'value21',
       
'key22' => 'value22'
   
),
   
'key' => 'value',
   
'nullkey' => null
);