code
stringlengths
31
1.39M
docstring
stringlengths
23
16.8k
func_name
stringlengths
1
126
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
166
url
stringlengths
50
220
license
stringclasses
7 values
#[Pure] function intltz_use_daylight_time(\IntlTimeZone $timezone) : bool { }
(PHP 5 &gt;=5.5.0 PECL intl &gt;= 3.0.0a1)<br/> Check if this time zone uses daylight savings time @link https://secure.php.net/manual/en/intltimezone.usedaylighttime.php @param IntlTimeZone $timezone @return bool @since 5.5
intltz_use_daylight_time
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function intlgregcal_create_instance($timezoneOrYear, $localeOrMonth, $day, $hour, $minute, $second) : ?\IntlGregorianCalendar { }
(PHP 5 &gt;=5.5.0 PECL intl &gt;= 3.0.0a1)<br/> @param DateTimeZone|IntlTimeZone|string|int|null $timezoneOrYear [optional] @param string|null $localeOrMonth [optional] @param int $day [optional] @param int $hour [optional] @param int $minute [optional] @param int $second [optional] @return IntlGregorianCalendar|null @since 5.5
intlgregcal_create_instance
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function intlgregcal_is_leap_year(\IntlGregorianCalendar $calendar, int $year) : bool { }
@param IntlGregorianCalendar $calendar @param int $year @return bool
intlgregcal_is_leap_year
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = \true) : ?\ResourceBundle { }
(PHP &gt;= 5.3.2, PECL intl &gt;= 2.0.0)<br/> Create a resource bundle @link https://php.net/manual/en/resourcebundle.create.php @param string|null $locale <p> Locale for which the resources should be loaded (locale name, e.g. en_CA). </p> @param string|null $bundle <p> The directory where the data is stored or the name of the .dat file. </p> @param bool $fallback [optional] <p> Whether locale should match exactly or fallback to parent locale is allowed. </p> @return ResourceBundle|null <b>ResourceBundle</b> object or <b>NULL</b> on error.
resourcebundle_create
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function resourcebundle_get(\ResourceBundle $bundle, $index, bool $fallback = \true) : mixed { }
(PHP &gt;= 5.3.2, PECL intl &gt;= 2.0.0)<br/> Get data from the bundle @link https://php.net/manual/en/resourcebundle.get.php @param ResourceBundle $bundle @param string|int $index <p> Data index, must be string or integer. </p> @param bool $fallback @return mixed the data located at the index or <b>NULL</b> on error. Strings, integers and binary data strings are returned as corresponding PHP types, integer array is returned as PHP array. Complex types are returned as <b>ResourceBundle</b> object.
resourcebundle_get
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function resourcebundle_count(\ResourceBundle $bundle) : int { }
(PHP &gt;= 5.3.2, PECL intl &gt;= 2.0.0)<br/> Get number of elements in the bundle @link https://php.net/manual/en/resourcebundle.count.php @param ResourceBundle $bundle @return int number of elements in the bundle.
resourcebundle_count
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function resourcebundle_locales(string $bundle) : array|false { }
(PHP &gt;= 5.3.2, PECL intl &gt;= 2.0.0)<br/> Get supported locales @link https://php.net/manual/en/resourcebundle.locales.php @param string $bundle <p> Path of ResourceBundle for which to get available locales, or empty string for default locales list. </p> @return array|false the list of locales supported by the bundle.
resourcebundle_locales
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure(\true)] function resourcebundle_get_error_code(\ResourceBundle $bundle) : int { }
(PHP &gt;= 5.3.2, PECL intl &gt;= 2.0.0)<br/> Get bundle's last error code. @link https://php.net/manual/en/resourcebundle.geterrorcode.php @param ResourceBundle $bundle @return int error code from last bundle object call.
resourcebundle_get_error_code
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure(\true)] function resourcebundle_get_error_message(\ResourceBundle $bundle) : string { }
(PHP &gt;= 5.3.2, PECL intl &gt;= 2.0.0)<br/> Get bundle's last error message. @link https://php.net/manual/en/resourcebundle.geterrormessage.php @param ResourceBundle $bundle @return string error message from last bundle object's call.
resourcebundle_get_error_message
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function transliterator_create(string $id, int $direction = 0) : ?\Transliterator { }
(PHP &gt;= 5.4.0, PECL intl &gt;= 2.0.0)<br/> Create a transliterator @link https://php.net/manual/en/transliterator.create.php @param string $id <p> The id. </p> @param int $direction <p> The direction, defaults to Transliterator::FORWARD. May also be set to Transliterator::REVERSE. </p> @return Transliterator|null a <b>Transliterator</b> object on success, or <b>NULL</b> on failure. @since 5.4
transliterator_create
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function transliterator_create_from_rules(string $rules, int $direction = 0) : ?\Transliterator { }
(PHP &gt;= 5.4.0, PECL intl &gt;= 2.0.0)<br/> Create transliterator from rules @link https://php.net/manual/en/transliterator.createfromrules.php @param string $rules <p> The rules. </p> @param int $direction <p> The direction, defaults to Transliterator::FORWARD. May also be set to Transliterator::REVERSE. </p> @return Transliterator|null a <b>Transliterator</b> object on success, or <b>NULL</b> on failure. @since 5.4
transliterator_create_from_rules
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function transliterator_list_ids() : array|false { }
(PHP &gt;= 5.4.0, PECL intl &gt;= 2.0.0)<br/> Get transliterator IDs @link https://php.net/manual/en/transliterator.listids.php @return string[]|false An array of registered transliterator IDs on success, or <b>FALSE</b> on failure. @since 5.4
transliterator_list_ids
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function transliterator_create_inverse(\Transliterator $transliterator) : ?\Transliterator { }
(PHP &gt;= 5.4.0, PECL intl &gt;= 2.0.0)<br/> Create an inverse transliterator @link https://php.net/manual/en/transliterator.createinverse.php @param Transliterator $transliterator @return Transliterator|null a <b>Transliterator</b> object on success, or <b>NULL</b> on failure @since 5.4
transliterator_create_inverse
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function transliterator_transliterate(\Transliterator|string $transliterator, string $string, int $start = 0, int $end = -1) : string|false { }
(PHP &gt;= 5.4.0, PECL intl &gt;= 2.0.0)<br/> Transliterate a string @link https://php.net/manual/en/transliterator.transliterate.php @param Transliterator|string $transliterator @param string $string <p> The string to be transformed. </p> @param int $start <p> The start index (in UTF-16 code units) from which the string will start to be transformed, inclusive. Indexing starts at 0. The text before will be left as is. </p> @param int $end <p> The end index (in UTF-16 code units) until which the string will be transformed, exclusive. Indexing starts at 0. The text after will be left as is. </p> @return string|false The transfomed string on success, or <b>FALSE</b> on failure. @since 5.4
transliterator_transliterate
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure(\true)] function transliterator_get_error_code(\Transliterator $transliterator) : int|false { }
(PHP &gt;= 5.4.0, PECL intl &gt;= 2.0.0)<br/> Get last error code @link https://php.net/manual/en/transliterator.geterrorcode.php @param Transliterator $transliterator @return int|false The error code on success, or <b>FALSE</b> if none exists, or on failure. @since 5.4
transliterator_get_error_code
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure(\true)] function transliterator_get_error_message(\Transliterator $transliterator) : string|false { }
(PHP &gt;= 5.4.0, PECL intl &gt;= 2.0.0)<br/> Get last error message @link https://php.net/manual/en/transliterator.geterrormessage.php @param Transliterator $transliterator @return string|false The error code on success, or <b>FALSE</b> if none exists, or on failure. @since 5.4
transliterator_get_error_message
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure(\true)] function intl_get_error_code() : int { }
(PHP 5 &gt;= 5.3.0, PECL intl &gt;= 1.0.0)<br/> Get the last error code @link https://php.net/manual/en/function.intl-get-error-code.php @return int Error code returned by the last API function call.
intl_get_error_code
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure(\true)] function intl_get_error_message() : string { }
(PHP 5 &gt;= 5.3.0, PECL intl &gt;= 1.0.0)<br/> Get description of the last error @link https://php.net/manual/en/function.intl-get-error-message.php @return string Description of an error occurred in the last API function call.
intl_get_error_message
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function intl_is_failure(int $errorCode) : bool { }
(PHP 5 &gt;= 5.3.0, PECL intl &gt;= 1.0.0)<br/> Check whether the given error code indicates failure @link https://php.net/manual/en/function.intl-is-failure.php @param int $errorCode <p> is a value that returned by functions: <b>intl_get_error_code</b>, <b>collator_get_error_code</b> . </p> @return bool <b>TRUE</b> if it the code indicates some failure, and <b>FALSE</b> in case of success or a warning.
intl_is_failure
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function intl_error_name(int $errorCode) : string { }
(PHP 5 &gt;= 5.3.0, PECL intl &gt;= 1.0.0)<br/> Get symbolic name for a given error code @link https://php.net/manual/en/function.intl-error-name.php @param int $errorCode <p> ICU error code. </p> @return string The returned string will be the same as the name of the error code constant.
intl_error_name
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function normalizer_get_raw_decomposition(string $string, #[ElementAvailable(from: '8.0')] int $form = \Normalizer::FORM_C) : ?string { }
Gets the Decomposition_Mapping property for the given UTF-8 encoded code point @link https://www.php.net/manual/en/normalizer.getrawdecomposition.php @param string $string @param int $form @return string|null @since 7.3
normalizer_get_raw_decomposition
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function intltz_create_time_zone_id_enumeration(int $type, ?string $region = null, ?int $rawOffset = null) : \IntlIterator|false { }
@param int $type @param null|string $region @param null|int $rawOffset @return IntlIterator|false @since 5.5
intltz_create_time_zone_id_enumeration
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] function intltz_get_region(string $timezoneId) : string|false { }
@param string $timezoneId @return string|false @since 5.5
intltz_get_region
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[LanguageAware(['8.3' => 'true'], default: 'bool')] function intlcal_set_minimal_days_in_first_week(\IntlCalendar $calendar, int $days) { }
Set minimal number of days the first week in a year or month can have @link https://www.php.net/manual/en/intlcalendar.setminimaldaysinfirstweek.php @param IntlCalendar $calendar @param int $days @return bool @since 5.5.1
intlcal_set_minimal_days_in_first_week
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public static function createCharacterInstance(#[LanguageAware(['8.0' => 'string|null'], default: '')] $locale = null) : ?\IntlBreakIterator { }
(PHP 5 &gt;=5.5.0)<br/> Create break iterator for boundaries of combining character sequences @link https://secure.php.net/manual/en/intlbreakiterator.createcharacterinstance.php @param string $locale @return IntlBreakIterator|null
createCharacterInstance
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public static function createCodePointInstance() : \IntlCodePointBreakIterator { }
(PHP 5 &gt;=5.5.0)<br/> Create break iterator for boundaries of code points @link https://secure.php.net/manual/en/intlbreakiterator.createcodepointinstance.php @return IntlCodePointBreakIterator
createCodePointInstance
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public static function createLineInstance(#[LanguageAware(['8.0' => 'string|null'], default: '')] $locale) : ?\IntlBreakIterator { }
(PHP 5 &gt;=5.5.0)<br/> Create break iterator for logically possible line breaks @link https://secure.php.net/manual/en/intlbreakiterator.createlineinstance.php @param string $locale [optional] @return IntlBreakIterator|null
createLineInstance
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public static function createSentenceInstance(#[LanguageAware(['8.0' => 'string|null'], default: '')] $locale) : ?\IntlBreakIterator { }
(PHP 5 &gt;=5.5.0)<br/> Create break iterator for sentence breaks @link https://secure.php.net/manual/en/intlbreakiterator.createsentenceinstance.php @param string $locale [optional] @return IntlBreakIterator|null
createSentenceInstance
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public static function createTitleInstance(#[LanguageAware(['8.0' => 'string|null'], default: '')] $locale) : ?\IntlBreakIterator { }
(PHP 5 &gt;=5.5.0)<br/> Create break iterator for title-casing breaks @link https://secure.php.net/manual/en/intlbreakiterator.createtitleinstance.php @param string $locale [optional] @return IntlBreakIterator|null
createTitleInstance
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public static function createWordInstance(#[LanguageAware(['8.0' => 'string|null'], default: '')] $locale) : ?\IntlBreakIterator { }
(PHP 5 &gt;=5.5.0)<br/> Create break iterator for word breaks @link https://secure.php.net/manual/en/intlbreakiterator.createwordinstance.php @param string $locale [optional] @return IntlBreakIterator|null
createWordInstance
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function current() : int { }
(PHP 5 &gt;=5.5.0)<br/> Get index of current position @link https://secure.php.net/manual/en/intlbreakiterator.current.php @return int
current
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public function first() : int { }
(PHP 5 &gt;=5.5.0)<br/> Set position to the first character in the text @link https://secure.php.net/manual/en/intlbreakiterator.first.php
first
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public function following(#[LanguageAware(['8.0' => 'int'], default: '')] $offset) : int { }
(PHP 5 &gt;=5.5.0)<br/> Advance the iterator to the first boundary following specified offset @link https://secure.php.net/manual/en/intlbreakiterator.following.php @param int $offset
following
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getErrorCode() : int { }
(PHP 5 &gt;=5.5.0)<br/> Get last error code on the object @link https://secure.php.net/manual/en/intlbreakiterator.geterrorcode.php @return int
getErrorCode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getErrorMessage() : string { }
(PHP 5 &gt;=5.5.0)<br/> Get last error message on the object @link https://secure.php.net/manual/en/intlbreakiterator.geterrormessage.php @return string
getErrorMessage
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getLocale(#[LanguageAware(['8.0' => 'int'], default: '')] $type) : string|false { }
(PHP 5 &gt;=5.5.0)<br/> Get the locale associated with the object @link https://secure.php.net/manual/en/intlbreakiterator.getlocale.php @param string $type
getLocale
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getPartsIterator(#[LanguageAware(['8.3' => 'string', '8.0' => 'int'], default: '')] #[EV([\IntlPartsIterator::KEY_SEQUENTIAL, \IntlPartsIterator::KEY_LEFT, \IntlPartsIterator::KEY_RIGHT])] $type = \IntlPartsIterator::KEY_SEQUENTIAL) : \IntlPartsIterator { }
(PHP 5 &gt;=5.5.0)<br/> Create iterator for navigating fragments between boundaries @link https://secure.php.net/manual/en/intlbreakiterator.getpartsiterator.php @param int $type [optional] <p> Optional key type. Possible values are: </p><ul> <li> {@see IntlPartsIterator::KEY_SEQUENTIAL} - The default. Sequentially increasing integers used as key. </li> <li> {@see IntlPartsIterator::KEY_LEFT} - Byte offset left of current part used as key. </li> <li> {@see IntlPartsIterator::KEY_RIGHT} - Byte offset right of current part used as key. </li> </ul>
getPartsIterator
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getText() : ?string { }
(PHP 5 &gt;=5.5.0)<br/> Get the text being scanned @link https://secure.php.net/manual/en/intlbreakiterator.gettext.php
getText
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function isBoundary(#[LanguageAware(['8.0' => 'int'], default: '')] $offset) : bool { }
(PHP 5 &gt;=5.5.0)<br/> Tell whether an offset is a boundary's offset @link https://secure.php.net/manual/en/intlbreakiterator.isboundary.php @param int $offset
isBoundary
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public function last() : int { }
(PHP 5 &gt;=5.5.0)<br/> Set the iterator position to index beyond the last character @link https://secure.php.net/manual/en/intlbreakiterator.last.php @return int
last
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public function next(#[LanguageAware(['8.0' => 'int|null'], default: '')] $offset = null) : int { }
(PHP 5 &gt;=5.5.0)<br/> @link https://secure.php.net/manual/en/intlbreakiterator.next.php @param int $offset [optional] @return int
next
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public function preceding(#[LanguageAware(['8.0' => 'int'], default: '')] $offset) : int { }
(PHP 5 &gt;=5.5.0)<br/> @link https://secure.php.net/manual/en/intlbreakiterator.preceding.php @param int $offset
preceding
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public function previous() : int { }
(PHP 5 &gt;=5.5.0)<br/> Set the iterator position to the boundary immediately before the current @link https://secure.php.net/manual/en/intlbreakiterator.previous.php @return int
previous
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] #[LanguageAware(['8.3' => 'bool'], default: 'bool|null')] public function setText(#[LanguageAware(['8.0' => 'string'], default: '')] $text) { }
(PHP 5 &gt;=5.5.0)<br/> Set the text being scanned @link https://secure.php.net/manual/en/intlbreakiterator.settext.php @param string $text
setText
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] public function __construct(#[LanguageAware(['8.0' => 'string'], default: '')] $rules, #[LanguageAware(['8.0' => 'bool'], default: '')] $compiled = \false) { }
(PHP 5 &gt;=5.5.0)<br/> @link https://secure.php.net/manual/en/intlbreakiterator.construct.php @param string $rules @param string $compiled [optional]
__construct
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getBinaryRules() : string|false { }
(PHP 5 &gt;=5.5.0)<br/> @link https://secure.php.net/manual/en/intlrulebasedbreakiterator.getbinaryrules.php Get the binary form of compiled rules @return string|false
getBinaryRules
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getRules() : string|false { }
(PHP 5 &gt;=5.5.0)<br/> @link https://secure.php.net/manual/en/intlrulebasedbreakiterator.getrules.php Get the rule set used to create this object @return string|false
getRules
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getRuleStatus() : int { }
(PHP 5 &gt;=5.5.0)<br/> @link https://secure.php.net/manual/en/intlrulebasedbreakiterator.getrulesstatus.php Get the largest status value from the break rules that determined the current break position @return int
getRuleStatus
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getRuleStatusVec() : array|false { }
(PHP 5 &gt;=5.5.0)<br/> @link https://secure.php.net/manual/en/intlrulebasedbreakiterator.getrulestatusvec.php Get the status values from the break rules that determined the current break position @return array|false
getRuleStatusVec
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getLastCodePoint() : int { }
(PHP 5 &gt;=5.5.0)<br/> Get last code point passed over after advancing or receding the iterator @link https://secure.php.net/manual/en/intlcodepointbreakiterator.getlastcodepoint.php @return int
getLastCodePoint
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] public function __construct(#[LanguageAware(['8.0' => 'string|null'], default: '')] $destination_encoding = null, #[LanguageAware(['8.0' => 'string|null'], default: '')] $source_encoding = null) { }
(PHP 5 &gt;=5.5.0)<br/> Create UConverter object @link https://php.net/manual/en/uconverter.construct.php @param string $destination_encoding @param string $source_encoding
__construct
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function convert(#[LanguageAware(['8.0' => 'string'], default: '')] $str, #[LanguageAware(['8.0' => 'bool'], default: '')] $reverse = \false) : string|false { }
(PHP 5 &gt;=5.5.0)<br/> Convert string from one charset to anothe @link https://php.net/manual/en/uconverter.convert.php @param string $str @param bool $reverse [optional] @return string|false
convert
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public function fromUCallback(#[LanguageAware(['8.0' => 'int'], default: '')] $reason, #[LanguageAware(['8.0' => 'array'], default: '')] $source, #[LanguageAware(['8.0' => 'int'], default: '')] $codePoint, &$error) : array|string|int|null { }
(PHP 5 &gt;=5.5.0)<br/> Default "from" callback function @link https://php.net/manual/en/uconverter.fromucallback.php @param int $reason @param string $source @param string $codePoint @param int &$error @return array|string|int|null
fromUCallback
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public static function getAliases(#[ElementAvailable(from: '5.5', to: '5.6')] $name = '', #[ElementAvailable(from: '7.0')] #[LanguageAware(['8.0' => 'string'], default: '')] $name) : array|false|null { }
(PHP 5 &gt;=5.5.0)<br/> Get the aliases of the given name @link https://php.net/manual/en/uconverter.getaliases.php @param string $name @return array|false|null
getAliases
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public static function getAvailable() : array { }
(PHP 5 &gt;=5.5.0)<br/> Get the available canonical converter names @link https://php.net/manual/en/uconverter.getavailable.php @return array
getAvailable
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getDestinationEncoding() : string|false|null { }
(PHP 5 &gt;=5.5.0)<br/> Get the destination encoding @link https://php.net/manual/en/uconverter.getdestinationencoding.php @return string|false|null
getDestinationEncoding
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getDestinationType() : int|false|null { }
(PHP 5 &gt;=5.5.0)<br/> Get the destination converter type @link https://php.net/manual/en/uconverter.getdestinationtype.php @return int|false|null
getDestinationType
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getErrorCode() : int { }
(PHP 5 &gt;=5.5.0)<br/> Get last error code on the object @link https://php.net/manual/en/uconverter.geterrorcode.php @return int
getErrorCode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getErrorMessage() : ?string { }
(PHP 5 &gt;=5.5.0)<br/> Get last error message on the object @link https://php.net/manual/en/uconverter.geterrormessage.php @return string|null
getErrorMessage
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getSourceEncoding() : string|false|null { }
(PHP 5 &gt;=5.5.0)<br/> Get the source encoding @link https://php.net/manual/en/uconverter.getsourceencoding.php @return string|false|null
getSourceEncoding
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getSourceType() : int|false|null { }
(PHP 5 &gt;=5.5.0)<br/> Get the source convertor type @link https://php.net/manual/en/uconverter.getsourcetype.php @return int|false|null
getSourceType
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public static function getStandards() : ?array { }
(PHP 5 &gt;=5.5.0)<br/> Get standards associated to converter names @link https://php.net/manual/en/uconverter.getstandards.php @return array|null
getStandards
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public function getSubstChars() : string|false|null { }
(PHP 5 &gt;=5.5.0)<br/> Get substitution chars @link https://php.net/manual/en/uconverter.getsubstchars.php @return string|false|null
getSubstChars
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public static function reasonText(#[ElementAvailable(from: '5.3', to: '7.4')] $reason = 0, #[ElementAvailable(from: '8.0')] int $reason) : string { }
(PHP 5 &gt;=5.5.0)<br/> Get string representation of the callback reason @link https://php.net/manual/en/uconverter.reasontext.php @param int $reason @return string
reasonText
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public function setDestinationEncoding(#[LanguageAware(['8.0' => 'string'], default: '')] $encoding) : bool { }
(PHP 5 &gt;=5.5.0)<br/> Set the destination encoding @link https://php.net/manual/en/uconverter.setdestinationencoding.php @param string $encoding @return bool
setDestinationEncoding
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public function setSourceEncoding(#[LanguageAware(['8.0' => 'string'], default: '')] $encoding) : bool { }
(PHP 5 &gt;=5.5.0)<br/> Set the source encoding @link https://php.net/manual/en/uconverter.setsourceencoding.php @param string $encoding @return bool
setSourceEncoding
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public function setSubstChars(#[LanguageAware(['8.0' => 'string'], default: '')] $chars) : bool { }
(PHP 5 &gt;=5.5.0)<br/> Set the substitution chars @link https://php.net/manual/en/uconverter.setsubstchars.php @param string $chars @return bool
setSubstChars
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public function toUCallback(#[LanguageAware(['8.0' => 'int'], default: '')] $reason, #[LanguageAware(['8.0' => 'string'], default: '')] $source, #[LanguageAware(['8.0' => 'string'], default: '')] $codeUnits, &$error) : array|string|int|null { }
(PHP 5 &gt;=5.5.0)<br/> Default "to" callback function @link https://php.net/manual/en/uconverter.toucallback.php @param int $reason @param string $source @param string $codeUnits @param int &$error @return array|string|int|null
toUCallback
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[TentativeType] public static function transcode(#[LanguageAware(['8.0' => 'string'], default: '')] $str, #[LanguageAware(['8.0' => 'string'], default: '')] $toEncoding, #[LanguageAware(['8.0' => 'string'], default: '')] $fromEncoding, ?array $options = null) : string|false { }
(PHP 5 &gt;=5.5.0)<br/> Convert string from one charset to another @link https://php.net/manual/en/uconverter.transcode.php @param string $str @param string $toEncoding @param string $fromEncoding @param array|null $options @return string|false
transcode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/intl.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/intl.php
MIT
#[Pure] #[TentativeType] public static function hasBinaryProperty(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $property) : ?bool { }
Check a binary Unicode property for a code point @link https://php.net/manual/en/intlchar.hasbinaryproperty.php @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @param int $property The Unicode property to lookup (see the IntlChar::PROPERTY_* constants). @return bool|null Returns TRUE or FALSE according to the binary Unicode property value for codepoint. Also FALSE if property is out of bounds or if the Unicode version does not have data for the property at all, or not for this code point. Or NULL if <em>codepoint</em> is out of bounds. @since 7.0
hasBinaryProperty
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function charAge(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint) : ?array { }
@link https://php.net/manual/en/intlchar.charage.php Get the "age" of the code point @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @return array|null The Unicode version number, as an array. For example, version 1.3.31.2 would be represented as [1, 3, 31, 2]. Or NULL if <em>codepoint</em> is out of bounds. @since 7.0
charAge
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function charDigitValue(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint) : ?int { }
@link https://php.net/manual/en/intlchar.chardigitvalue.php Get the decimal digit value of a decimal digit character @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @return int|null The decimal digit value of codepoint, or -1 if it is not a decimal digit character. Or NULL if <em>codepoint</em> is out of bounds. @since 7.0
charDigitValue
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function charDirection(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint) : ?int { }
Get bidirectional category value for a code point @link https://php.net/manual/en/intlchar.chardirection.php @param int|string $codepoint <p>The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}")</p> @return int|null <p>The bidirectional category value; one of the following constants: </p> <ul> <li><b> IntlChar::CHAR_DIRECTION_LEFT_TO_RIGHT </b></li> <li><b> IntlChar::CHAR_DIRECTION_RIGHT_TO_LEFT </b></li> <li><b> IntlChar::CHAR_DIRECTION_EUROPEAN_NUMBER </b></li> <li><b> IntlChar::CHAR_DIRECTION_EUROPEAN_NUMBER_SEPARATOR </b></li> <li><b> IntlChar::CHAR_DIRECTION_EUROPEAN_NUMBER_TERMINATOR </b></li> <li><b> IntlChar::CHAR_DIRECTION_ARABIC_NUMBER </b></li> <li><b> IntlChar::CHAR_DIRECTION_COMMON_NUMBER_SEPARATOR </b></li> <li><b> IntlChar::CHAR_DIRECTION_BLOCK_SEPARATOR </b></li> <li><b> IntlChar::CHAR_DIRECTION_SEGMENT_SEPARATOR </b></li> <li><b> IntlChar::CHAR_DIRECTION_WHITE_SPACE_NEUTRAL </b></li> <li><b> IntlChar::CHAR_DIRECTION_OTHER_NEUTRAL </b></li> <li><b> IntlChar::CHAR_DIRECTION_LEFT_TO_RIGHT_EMBEDDING </b></li> <li><b> IntlChar::CHAR_DIRECTION_LEFT_TO_RIGHT_OVERRIDE </b></li> <li><b> IntlChar::CHAR_DIRECTION_RIGHT_TO_LEFT_ARABIC </b></li> <li><b> IntlChar::CHAR_DIRECTION_RIGHT_TO_LEFT_EMBEDDING </b></li> <li><b> IntlChar::CHAR_DIRECTION_RIGHT_TO_LEFT_OVERRIDE </b></li> <li><b> IntlChar::CHAR_DIRECTION_POP_DIRECTIONAL_FORMAT </b></li> <li><b> IntlChar::CHAR_DIRECTION_DIR_NON_SPACING_MARK </b></li> <li><b> IntlChar::CHAR_DIRECTION_BOUNDARY_NEUTRAL </b></li> <li><b> IntlChar::CHAR_DIRECTION_FIRST_STRONG_ISOLATE </b></li> <li><b> IntlChar::CHAR_DIRECTION_LEFT_TO_RIGHT_ISOLATE </b></li> <li><b> IntlChar::CHAR_DIRECTION_RIGHT_TO_LEFT_ISOLATE </b></li> <li><b> IntlChar::CHAR_DIRECTION_POP_DIRECTIONAL_ISOLATE </b></li> <li><b> IntlChar::CHAR_DIRECTION_CHAR_DIRECTION_COUNT </b></li> </ul> Or NULL if <em>codepoint</em> is out of bounds. @since 7.0
charDirection
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function charFromName(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $type = \IntlChar::UNICODE_CHAR_NAME) : ?int { }
@link https://php.net/manual/en/intlchar.charfromname.php Find Unicode character by name and return its code point value @param string $name <p>Full name of the Unicode character.</p> @param int $type [optional] <p> Which set of names to use for the lookup. Can be any of these constants: </p><ul> <li><b> IntlChar::UNICODE_CHAR_NAME </b> (default)</li> <li><b> IntlChar::UNICODE_10_CHAR_NAME </b></li> <li><b> IntlChar::EXTENDED_CHAR_NAME </b></li> <li><b> IntlChar::CHAR_NAME_ALIAS </b></li> <li><b> IntlChar::CHAR_NAME_CHOICE_COUNT </b></li> </ul> @return int|null The Unicode value of the code point with the given name (as an integer), or NULL if there is no such code point. @since 7.0
charFromName
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function charMirror(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint) : string|int|null { }
@link https://php.net/manual/en/intlchar.charmirror.php Get the "mirror-image" character for a code point @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @return int|string|null Returns another Unicode code point that may serve as a mirror-image substitute, or codepoint itself if there is no such mapping or codepoint does not have the Bidi_Mirrored property. The return type will be integer unless the code point was passed as a UTF-8 string, in which case a string will be returned. Or NULL if <em>codepoint</em> will be out of bound.
charMirror
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function charName(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $type = \IntlChar::UNICODE_CHAR_NAME) : ?string { }
Retrieve the name of a Unicode character @link https://php.net/manual/en/intlchar.charname.php @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @param int $type [optional] Which set of names to use for the lookup. Can be any of these constants: <ul> <li><b> IntlChar::UNICODE_CHAR_NAME </b> (default)</li> <li><b> IntlChar::UNICODE_10_CHAR_NAME </b></li> <li><b> IntlChar::EXTENDED_CHAR_NAME </b></li> <li><b> IntlChar::CHAR_NAME_ALIAS </b></li> <li><b> IntlChar::CHAR_NAME_CHOICE_COUNT </b></li> </ul> @return string|null The corresponding name, or an empty string if there is no name for this character, or NULL if <em>codepoint</em> is out of bounds. @since 7.0
charName
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function charType(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint) : ?int { }
Get the general category value for a code point @link https://php.net/manual/en/intlchar.chartype.php @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @return int|null Returns the general category type, which may be one of the following constants: </p><ul> <li><b> IntlChar::CHAR_CATEGORY_UNASSIGNED </b></li> <li><b> IntlChar::CHAR_CATEGORY_GENERAL_OTHER_TYPES </b></li> <li><b> IntlChar::CHAR_CATEGORY_UPPERCASE_LETTER </b></li> <li><b> IntlChar::CHAR_CATEGORY_LOWERCASE_LETTER </b></li> <li><b> IntlChar::CHAR_CATEGORY_TITLECASE_LETTER </b></li> <li><b> IntlChar::CHAR_CATEGORY_MODIFIER_LETTER </b></li> <li><b> IntlChar::CHAR_CATEGORY_OTHER_LETTER </b></li> <li><b> IntlChar::CHAR_CATEGORY_NON_SPACING_MARK </b></li> <li><b> IntlChar::CHAR_CATEGORY_ENCLOSING_MARK </b></li> <li><b> IntlChar::CHAR_CATEGORY_COMBINING_SPACING_MARK </b></li> <li><b> IntlChar::CHAR_CATEGORY_DECIMAL_DIGIT_NUMBER </b></li> <li><b> IntlChar::CHAR_CATEGORY_LETTER_NUMBER </b></li> <li><b> IntlChar::CHAR_CATEGORY_OTHER_NUMBER </b></li> <li><b> IntlChar::CHAR_CATEGORY_SPACE_SEPARATOR </b></li> <li><b> IntlChar::CHAR_CATEGORY_LINE_SEPARATOR </b></li> <li><b> IntlChar::CHAR_CATEGORY_PARAGRAPH_SEPARATOR </b></li> <li><b> IntlChar::CHAR_CATEGORY_CONTROL_CHAR </b></li> <li><b> IntlChar::CHAR_CATEGORY_FORMAT_CHAR </b></li> <li><b> IntlChar::CHAR_CATEGORY_PRIVATE_USE_CHAR </b></li> <li><b> IntlChar::CHAR_CATEGORY_SURROGATE </b></li> <li><b> IntlChar::CHAR_CATEGORY_DASH_PUNCTUATION </b></li> <li><b> IntlChar::CHAR_CATEGORY_START_PUNCTUATION </b></li> <li><b> IntlChar::CHAR_CATEGORY_END_PUNCTUATION </b></li> <li><b> IntlChar::CHAR_CATEGORY_CONNECTOR_PUNCTUATION </b></li> <li><b> IntlChar::CHAR_CATEGORY_OTHER_PUNCTUATION </b></li> <li><b> IntlChar::CHAR_CATEGORY_MATH_SYMBOL </b></li> <li><b> IntlChar::CHAR_CATEGORY_CURRENCY_SYMBOL </b></li> <li><b> IntlChar::CHAR_CATEGORY_MODIFIER_SYMBOL </b></li> <li><b> IntlChar::CHAR_CATEGORY_OTHER_SYMBOL </b></li> <li><b> IntlChar::CHAR_CATEGORY_INITIAL_PUNCTUATION </b></li> <li><b> IntlChar::CHAR_CATEGORY_FINAL_PUNCTUATION </b></li> <li><b> IntlChar::CHAR_CATEGORY_CHAR_CATEGORY_COUNT </b></li></ul> <p>Or NULL if <em>codepoint</em> is out of bound.</p @since 7.0
charType
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function chr(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint) : ?string { }
Return Unicode character by code point value @link https://php.net/manual/en/intlchar.chr.php @param mixed $codepoint <p>The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}")</p> @return string|null A string containing the single character specified by the Unicode code point value. Or NULL if <em>codepoint</em> is out of bound. @since 7.0
chr
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function digit(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $base = 10) : int|false|null { }
Get the decimal digit value of a code point for a given radix @link https://php.net/manual/en/intlchar.digit.php @param int|string $codepoint <p>The integer codepoint value (e.g. <em>0x2603</em> for <em>U+2603 SNOWMAN</em>), or the character encoded as a UTF-8 string (e.g. <em>"\u{2603}"</em>)</p> @param int $base <p>The radix (defaults to 10).</p> @return int|false|null Returns the numeric value represented by the character in the specified radix, or <b>FALSE</b> if there is no value or if the value exceeds the radix, or <b>NULL</b> if <em>codepoint</em> is out of bound. @since 7.0
digit
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] #[LanguageLevelTypeAware(['8.3' => 'bool'], default: 'bool|null')] public static function enumCharNames(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $start, #[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $end, #[LanguageLevelTypeAware(['8.0' => 'callable'], default: '')] $callback, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $type = \IntlChar::UNICODE_CHAR_NAME) { }
Enumerate all assigned Unicode characters within a range @link https://php.net/manual/en/intlchar.enumcharnames.php @param int|string $start The first code point in the enumeration range. @param int|string $end One more than the last code point in the enumeration range (the first one after the range). @param callable $callback <p> The function that is to be called for each character name. The following three arguments will be passed into it: </p><ul> <li>integer <em>$codepoint</em> - The numeric code point value</li> <li>integer <em>$nameChoice</em> - The same value as the <b>nameChoice</b> parameter below</li> <li>string <em>$name</em> - The name of the character</li> </ul> @param int $type [optional] <p> Selector for which kind of names to enumerate. Can be any of these constants: </p><ul> <li><b>IntlChar::UNICODE_CHAR_NAME</b> (default)</li> <li><b>IntlChar::UNICODE_10_CHAR_NAME</b></li> <li><b>IntlChar::EXTENDED_CHAR_NAME</b></li> <li><b>IntlChar::CHAR_NAME_ALIAS</b></li> <li><b>IntlChar::CHAR_NAME_CHOICE_COUNT</b></li> </ul> @since 7.0
enumCharNames
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function enumCharTypes(#[PhpStormStubsElementAvailable(from: '7.0', to: '7.4')] $callback = null, #[PhpStormStubsElementAvailable(from: '8.0')] callable $callback) : void { }
Enumerate all code points with their Unicode general categories @link https://php.net/manual/en/intlchar.enumchartypes.php @param callable $callback <p> The function that is to be called for each contiguous range of code points with the same general category. The following three arguments will be passed into it: </p><ul> <li>integer <em>$start</em> - The starting code point of the range</li> <li>integer <em>$end</em> - The ending code point of the range</li> <li>integer <em>$name</em> - The category type (one of the <em>IntlChar::CHAR_CATEGORY_*</em> constants)</li> </ul> @since 7.0
enumCharTypes
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function foldCase(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $options = \IntlChar::FOLD_CASE_DEFAULT) : string|int|null { }
Perform case folding on a code point @link https://php.net/manual/en/intlchar.foldcase.php @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @param int $options [optional] Either IntlChar::FOLD_CASE_DEFAULT (default) or IntlChar::FOLD_CASE_EXCLUDE_SPECIAL_I. @return int|string|null Returns the Simple_Case_Folding of the code point, if any; otherwise the code point itself. Returns NULL if <em>codepoint</em> is out of bound. @since 7.0
foldCase
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function forDigit(#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $digit, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $base = 10) : int { }
Get character representation for a given digit and radix @link https://php.net/manual/en/intlchar.fordigit.php @param int $digit <p>The number to convert to a character.</p> @param int $base [optional] <p>The radix (defaults to 10).</p> @return int The character representation (as a string) of the specified digit in the specified radix. @since 7.0
forDigit
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function getBidiPairedBracket(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint) : string|int|null { }
Get the paired bracket character for a code point @link https://php.net/manual/en/intlchar.getbidipairedbracket.php @param int|string $codepoint <p>The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}")</p> @return int|string|null Returns the paired bracket code point, or <em>codepoint</em> itself if there is no such mapping. The return type will be integer unless the code point was passed as a UTF-8 string, in which case a string will be returned. Or NULL if <em>codepoint</em> is out of bound. @since 7.0
getBidiPairedBracket
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function getBlockCode(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint) : ?int { }
Get the Unicode allocation block containing a code point @link https://php.net/manual/en/intlchar.getblockcode.php @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @return int|null Returns the block value for <em>codepoint</em>, or NULL if <em>codepoint</em> is out of bound. See the <em>IntlChar::BLOCK_CODE_*</em> constants for possible return values. @since 7.0
getBlockCode
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function getCombiningClass(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint) : ?int { }
Get the combining class of a code point @link https://php.net/manual/en/intlchar.getcombiningclass.php @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @return int|null Returns the combining class of the character. Or NULL if <em>codepoint</em> is out of bound. @since 7.0
getCombiningClass
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function getFC_NFKC_Closure(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint) : string|false|null { }
Get the FC_NFKC_Closure property for a code point @link https://php.net/manual/en/intlchar.getfc-nfkc-closure.php @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @return string|false|null Returns the FC_NFKC_Closure property string for the codepoint, or an empty string if there is none, or NULL if <em>codepoint</em> is out of bound, or FALSE if there was an error. @since 7.0
getFC_NFKC_Closure
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function getIntPropertyMaxValue(#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $property) : int { }
Get the max value for a Unicode property @link https://php.net/manual/en/intlchar.getintpropertymaxvalue.php @param int $property The Unicode property to lookup (see the IntlChar::PROPERTY_* constants). @return int The maximum value returned by {@see IntlChar::getIntPropertyValue()} for a Unicode property. <=0 if the property selector is out of range. @since 7.0
getIntPropertyMaxValue
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function getIntPropertyMinValue(#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $property) : int { }
Get the min value for a Unicode property @link https://php.net/manual/en/intlchar.getintpropertyminvalue.php @param int $property The Unicode property to lookup (see the IntlChar::PROPERTY_* constants). @return int The minimum value returned by {@see IntlChar::getIntPropertyValue()} for a Unicode property. 0 if the property selector is out of range. @since 7.0
getIntPropertyMinValue
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function getIntPropertyValue(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $property) : ?int { }
Get the value for a Unicode property for a code point @link https://php.net/manual/en/intlchar.getintpropertyvalue.php @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @param int $property The Unicode property to lookup (see the IntlChar::PROPERTY_* constants). @return int|null <p> Returns the numeric value that is directly the property value or, for enumerated properties, corresponds to the numeric value of the enumerated constant of the respective property value enumeration type. </p> <p> Returns <em>0</em> or <em>1</em> (for <b>FALSE</b><b>/</b><b>TRUE</B>) for binary Unicode properties. </p> <p> Returns a bit-mask for mask properties. </p> <p> Returns <em>0</em> if <em>property</em> is out of bounds or if the Unicode version does not have data for the property at all, or not for this code point. </p> <p> Returns NULL if <em>codepoint</em> is out of bound. </p> @since 7.0
getIntPropertyValue
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function getNumericValue(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint) : ?float { }
Get the numeric value for a Unicode code point @link https://php.net/manual/en/intlchar.getnumericvalue.php @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @return float|null Numeric value of codepoint, or float(-123456789) if none is defined, or NULL if <em>codepoint</em> is out of bound. @since 7.0
getNumericValue
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function getPropertyEnum(#[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $alias) : int { }
Get the property constant value for a given property name @link https://php.net/manual/en/intlchar.getpropertyenum.php @param string $alias The property name to be matched. The name is compared using "loose matching" as described in PropertyAliases.txt. @return int Returns an IntlChar::PROPERTY_ constant value, or <b>IntlChar::PROPERTY_INVALID_CODE</b> if the given name does not match any property. @since 7.0
getPropertyEnum
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function getPropertyName(#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $property, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $type = \IntlChar::LONG_PROPERTY_NAME) : string|false { }
Get the Unicode name for a property @link https://php.net/manual/en/intlchar.getpropertyname.php @param int $property <p>The Unicode property to lookup (see the IntlChar::PROPERTY_* constants).</p> <p><b>IntlChar::PROPERTY_INVALID_CODE</b> should not be used. Also, if property is out of range, FALSE is returned.</p> @param int $type <p> Selector for which name to get. If out of range, FALSE is returned.</p> <p>All properties have a long name. Most have a short name, but some do not. Unicode allows for additional names; if present these will be returned by adding 1, 2, etc. to <b>IntlChar::LONG_PROPERTY_NAME</b>.</p> @return string|false <p> Returns the name, or <b>FALSE</b> if either the <em>property</em> or the <em>nameChoice</em> is out of range. </p> <p> If a given <em>nameChoice</em> returns <b>FALSE</b>, then all larger values of <em>nameChoice</em> will return <b>FALSE</b>, with one exception: if <b>FALSE</b> is returned for <b>IntlChar::SHORT_PROPERTY_NAME</b>, then <b>IntlChar::LONG_PROPERTY_NAME</b> (and higher) may still return a non-<b>FALSE</b> value. </p> @since 7.0
getPropertyName
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function getPropertyValueEnum(#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $property, #[LanguageLevelTypeAware(['8.0' => 'string'], default: '')] $name) : int { }
Get the property value for a given value name @link https://php.net/manual/en/intlchar.getpropertyvalueenum.php @param int $property <p>The Unicode property to lookup (see the IntlChar::PROPERTY_* constants). If out of range, or this method doesn't work with the given value, IntlChar::PROPERTY_INVALID_CODE is returned</p> @param string $name <p> The value name to be matched. The name is compared using "loose matching" as described in PropertyValueAliases.txt.</p> @return int Returns the corresponding value integer, or IntlChar::PROPERTY_INVALID_CODE if the given name does not match any value of the given property, or if the property is invalid. @since 7.0
getPropertyValueEnum
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function getPropertyValueName(#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $property, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $value, #[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $type = \IntlChar::LONG_PROPERTY_NAME) : string|false { }
Get the Unicode name for a property value @link https://php.net/manual/en/intlchar.getpropertyvaluename.php @param int $property <p> The Unicode property to lookup (see the IntlChar::PROPERTY_* constants). If out of range, or this method doesn't work with the given value, FALSE is returned. </p> @param int $value <p> Selector for a value for the given property. If out of range, <b>FALSE</b> is returned. </p> <p> In general, valid values range from <em>0</em> up to some maximum. There are a couple exceptions: </p><ul> <li> <b>IntlChar::PROPERTY_BLOCK</b> values begin at the non-zero value <b>IntlChar::BLOCK_CODE_BASIC_LATIN</b> </li> <li> <b>IntlChar::PROPERTY_CANONICAL_COMBINING_CLASS</b> values are not contiguous and range from 0..240. </li> </ul> @param int $type [optional] <p> Selector for which name to get. If out of range, FALSE is returned. All values have a long name. Most have a short name, but some do not. Unicode allows for additional names; if present these will be returned by adding 1, 2, etc. to IntlChar::LONG_PROPERTY_NAME. </p> @return string|false Returns the name, or FALSE if either the property or the nameChoice is out of range. If a given nameChoice returns FALSE, then all larger values of nameChoice will return FALSE, with one exception: if FALSE is returned for IntlChar::SHORT_PROPERTY_NAME, then IntlChar::LONG_PROPERTY_NAME (and higher) may still return a non-FALSE value. @since 7.0
getPropertyValueName
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function getUnicodeVersion() : array { }
Get the Unicode version @link https://php.net/manual/en/intlchar.getunicodeversion.php @return array An array containing the Unicode version number. @since 7.0
getUnicodeVersion
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function isalnum(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint) : ?bool { }
Check if code point is an alphanumeric character @link https://php.net/manual/en/intlchar.isalnum.php @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @return bool|null Returns TRUE if codepoint is an alphanumeric character, FALSE if not, NULL if <em>codepoint</em> is out of bound. @since 7.0
isalnum
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function isalpha(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint) : ?bool { }
Check if code point is a letter character @link https://php.net/manual/en/intlchar.isalpha.php @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @return bool|null Returns TRUE if codepoint is a letter character, FALSE if not, NULL if <em>codepoint</em> is out of bound. @since 7.0
isalpha
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function isbase(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint) : ?bool { }
Check if code point is a base character @link https://php.net/manual/en/intlchar.isbase.php @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @return bool|null Returns TRUE if codepoint is a base character, FALSE if not, NULL if <em>codepoint</em> is out of bound. @since 7.0
isbase
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT
#[TentativeType] public static function isblank(#[LanguageLevelTypeAware(['8.0' => 'int|string'], default: '')] $codepoint) : ?bool { }
Check if code point is a "blank" or "horizontal space" character @link https://php.net/manual/en/intlchar.isblank.php @param int|string $codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") @return bool|null Returns TRUE if codepoint is either a "blank" or "horizontal space" character, FALSE if not, NULL if <em>codepoint</em> is out of bound. @since 7.0
isblank
php
deptrac/deptrac
vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/intl/IntlChar.php
MIT