\documentclass[12pt]{book}
%%%%%%%usepackges
\usepackage{zref-perpage}
\zmakeperpage{footnote}
\usepackage[extrafootnotefeatures]{xepersian}
\settextfont{Yas}
\setdigitfont{Yas}
%%%%%%%%%%%%about footnotes
\RTLfootmarkstyle{{\footnotesize\latinfont #1}.\,}
\footmarkstyle{{\footnotesize#1}.\,}
\AtBeginDocument{
\renewcommand\footnoterule{%
  \kern -3pt
  \hbox to \textwidth{\hfill\vrule height 0.4pt width .4\textwidth}
  \kern 2.6pt
}}
%%%%%%%%%%%

%%%%%%%
\begin{document}
\threecolumnfootnotes
\footnote{پانویس پارسی}
متن\footnote{امتحان}
متن\footnote{امتحان}
متن\footnote{امتحان}


\newpage 
\twocolumnfootnotes
متن\footnote{امتحان}
متن\footnote{امتحان}
متن\footnote{امتحان}


\newpage
\paragraphfootnotes
متن\footnote{امتحان}
متن\footnote{امتحان}
متن\footnote{امتحان}
متن\footnote{امتحان}
متن\footnote{امتحان}

\end{document}