PHP Classes

File: ExampleConfig.json

Recommend this page to a friend!
  Classes of Stefan Kientzler   PHP Config Class from Files in JSON, INI, XML, YAML, NEON or Arrays   ExampleConfig.json   Download  
File: ExampleConfig.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Config Class from Files in JSON, INI, XML, YAML, NEON or Arrays
Read configuration from multiple file formats
Author: By
Last change: empty value added for testing
Date: 2 years ago
Size: 565 bytes
 

Contents

Class file image Download
{ "BaseString_1": "Base String Parameter", "Module_1": { "String_1": "First string Parameter", "String_2": "Second string Parameter", "EmptyString": "", "Int_1": 10, "Int_2": 20, "Date_1": "2021-01-12", "DateTime_1": "2021-02-23 13:47" }, "Module_2": { "String_1": "Module2 string Parameter", "Int_1": 30, "Bool_1": "FALSE", "Bool_Error": "invalid" }, "IndexedArray": [ "First Element", "Second Element", "Third Element" ], "AssocArray": { "First" : "Element 1", "Second" : "Element 2", "Third" : "Element 3" } }