MO::select_plural_form()

最后更新于:2021-11-25 20:32:15

MO::select_plural_form( int$count)

参数

$count

(int) (Required)

响应

(string)

源文件

文件: gc-includes/pomo/mo.php

		function select_plural_form( $count ) {
			return $this->gettext_select_plural_form( $count );
		}