Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 290 Bytes

File metadata and controls

21 lines (16 loc) · 290 Bytes

DataConfig

PMMP 4.0

Save yaml or json files asynchronously

How to use

get data or create data

Data::call(string $fileName, $type, array $default);

save data

Data::save(string $fileName, array $data, $type);

$type

Data::YAML or Data::JSON