PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::getIntPropertyMaxValue
request it (393)
GoLang replacement for PHP's IntlChar::getIntPropertyMaxValue
[edit | history]
PHP IntlChar::getIntPropertyMaxValuePHP original manual for IntlChar::getIntPropertyMaxValue [ show | php.net ]IntlChar::getIntPropertyMaxValue(PHP 7) IntlChar::getIntPropertyMaxValue — Get the max value for a Unicode property Description
public static int IntlChar::getIntPropertyMaxValue
( int
$property
)Gets the maximum value for an enumerated/integer/binary Unicode property. Parameters
Return ValuesThe maximum 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(22) int(166) int(1) int(-1) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|