| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlChar::getIntPropertyMinValue(PHP 7) IntlChar::getIntPropertyMinValue — Get the min value for a Unicode property 説明
public static int IntlChar::getIntPropertyMinValue
( int
$property
)Gets the minimum value for an enumerated/integer/binary Unicode property. パラメータ
返り値The minimum value returned by IntlChar::getIntPropertyValue() for a Unicode property. 0 if the property selector is out of range. 例例1 さまざまなプロパティの例
<?php 上の例の出力は以下となります。 int(0) int(0) int(0) int(0) 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlChar::getIntPropertyMinValue - Get the min value for a Unicode property」をGoogle検索
|