示例#1
0
<?php

require_once __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';
Hoa\Protocol::getInstance()['Application']->setReach(__DIR__ . DS);
示例#2
0
 function resolve($path, $exists = true, $unfold = false)
 {
     return Hoa\Protocol::getInstance()->resolve($path, $exists, $unfold);
 }