-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathintl.php
More file actions
68 lines (68 loc) · 1.93 KB
/
intl.php
File metadata and controls
68 lines (68 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?php
return array(
'functions' => array(
'grapheme_extract',
'grapheme_stripos',
'grapheme_stristr',
'grapheme_strlen',
'grapheme_strpos',
'grapheme_strripos',
'grapheme_strrpos',
'grapheme_strstr',
'grapheme_substr',
'idn_to_ascii',
'idn_to_unicode',
'idn_to_utf8',
'intl_error_name',
'intl_get_error_code',
'intl_get_error_message',
'intl_is_failure',
),
'classes' => array(
'Collator',
'NumberFormatter',
'Locale',
'Normalizer',
'MessageFormatter',
'IntlCalendar',
'IntlTimeZone',
'IntlDateFormatter',
'ResourceBundle',
'Spoofchecker',
'Transliterator',
'IntlBreakIterator',
'IntlRuleBasedBreakIterator',
'IntlCodePointBreakIterator',
'IntlPartsIterator',
'UConverter',
'IntlException',
'IntlIterator',
),
'constants' => array(
'INTL_MAX_LOCALE_LEN',
'IDNA_DEFAULT',
'IDNA_ALLOW_UNASSIGNED',
'IDNA_USE_STD3_RULES',
'IDNA_CHECK_BIDI',
'IDNA_CHECK_CONTEXTJ',
'IDNA_NONTRANSITIONAL_TO_ASCII',
'IDNA_NONTRANSITIONAL_TO_UNICODE',
'INTL_IDNA_VARIANT_2003',
'INTL_IDNA_VARIANT_UTS46',
'IDNA_ERROR_EMPTY_LABEL',
'IDNA_ERROR_LABEL_TOO_LONG',
'IDNA_ERROR_DOMAIN_NAME_TOO_LONG',
'IDNA_ERROR_LEADING_HYPHEN',
'IDNA_ERROR_TRAILING_HYPHEN',
'IDNA_ERROR_HYPHEN_3_4',
'IDNA_ERROR_LEADING_COMBINING_MARK',
'IDNA_ERROR_DISALLOWED',
'IDNA_ERROR_PUNYCODE',
'IDNA_ERROR_LABEL_HAS_DOT',
'IDNA_ERROR_INVALID_ACE_LABEL',
'IDNA_ERROR_BIDI',
'IDNA_ERROR_CONTEXTJ',
),
'description' => 'Internationalization Functions',
'php_version' => '5.3.0',
);