$arFilt = array( 'SECTION_ID' => false, 'IBLOCK_ID'=>IntVal($IBLOCK_ID), "NAME"=>$section_name );
$sor = array('SORT' => 'ASC');
$arRes = CIBlockSection::GetList ($sor, $arFilt);
while($ob = $arRes->GetNext()){
print_r($ob);
}