コード例 #1
0
ファイル: index.php プロジェクト: Naisargi1/YarnStore
<?php

require_once 'config.php';
header('Content-Type: text/plain');
$obj = new Simple();
echo $obj->getValue() . "\n";