PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::getIntPropertyMinValue
request it (407)
GoLang replacement for PHP's IntlChar::getIntPropertyMinValue
[edit | history]
PHP IntlChar::getIntPropertyMinValuePHP original manual for IntlChar::getIntPropertyMinValue [ show | php.net ]IntlChar::getIntPropertyMinValue(PHP 7) IntlChar::getIntPropertyMinValue — Get the min value for a Unicode property Description
public static int IntlChar::getIntPropertyMinValue
( int
$property
)Gets the minimum value for an enumerated/integer/binary Unicode property. Parameters
Return ValuesThe minimum value returned by IntlChar::getIntPropertyValue() for a Unicode property. 0 if the property selector is out of range. ExamplesExample #1 Testing different properties
<?php The above example will output: int(0) int(0) int(0) int(0) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|