コード例 #1
0
ファイル: Functions.php プロジェクト: agentmedia/phine-core
/**
 * The current, full url
 * @return string Returns the current url
 */
function CurrentUrl()
{
    return Request::FullUrl();
}