本文整理匯總了PHP中CUrlRewriter::ReIndexAll方法的典型用法代碼示例。如果您正苦於以下問題:PHP CUrlRewriter::ReIndexAll方法的具體用法?PHP CUrlRewriter::ReIndexAll怎麽用?PHP CUrlRewriter::ReIndexAll使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類CUrlRewriter
的用法示例。
在下文中一共展示了CUrlRewriter::ReIndexAll方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: array
require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_admin_js.php");
if(strlen($Next)<=0 || !CheckSerializedData($_REQUEST['NS']))
{
$NS = array(
"max_execution_time" => $max_execution_time,
"stepped" => $stepped,
"max_file_size" => $max_file_size
);
if($site_id!="")
$NS["SITE_ID"] = $site_id;
}
else
$NS = unserialize($_REQUEST['NS']);
$res = CUrlRewriter::ReIndexAll(($NS["stepped"]=="Y"? $NS["max_execution_time"]:0), $NS);
if(is_array($res)):
//$res["STAT"]=$NS["STAT"];
//$res["STAT"][]=$res["CNT"]-$NS["CNT"];
//$perfomance = "<br>",implode($res["STAT"],", ");
CAdminMessage::ShowMessage(array(
"MESSAGE"=>GetMessage("url_rewrite_mess_title"),
"DETAILS"=>GetMessage("MURL_REINDEX_TOTAL")." <b>".$res["CNT"]."</b>",
"HTML"=>true,
"TYPE"=>"OK",
));
?>
<input type="hidden" id="NS" name="NS" value="<?php
echo htmlspecialcharsbx(serialize($res));
?>