put() public method

public put ( $url, $callback )
示例#1
0
function put($url, $fun)
{
    router::put($url, $fun);
}