"character"的翻译 使用英语:
字典 中国人-英语
例子 (外部来源,未经审查)
The backslash character has several uses. Firstly, if it is followed by a non alphanumeric character, it takes away any special meaning that character may have. This use of backslash as an escape character applies both inside and outside character classes. | A circumflex can conveniently be used with the upper case character types to specify a more res tricted set of characters than the matching lower case type. |
Returns a one character string containing the character specified by ascii. | Returns a one character string containing the character specified by ascii. |
Multi byte character usually twice of width compare to single byte character. | Multi byte character usually twice of width compare to single byte character. |
encoding is character encoding. If it is omitted, internal character encoding is used. | If it is omitted, internal character encoding is used. |
encoding is used for HTTP input character encoding conversion, HTTP output character encoding conversion and default character encoding for string functions defined by mbstring module. | encoding |
encoding is character encoding. If it is not set, internal character encoding is used. | If it is not set, internal character encoding is used. |
encoding is character encoding name. If it is omitted, internal character encoding is used. | If it is omitted, internal character encoding is used. |
encoding is character encoding. If it is not specified, internal character encoding is used. | If it is not specified, internal character encoding is used. |
VARCHAR, CHARACTER | VARCHAR, CHARACTER |
encoding is character encoding for str. If encoding is omitted, internal character encoding is used. | If encoding is omitted, internal character encoding is used. |
Returns a string with the first character of str capitalized, if that character is alphabetic. | Note that 'alphabetic' is determined by the current locale. |
Supported Character Encodings | Character encoding may be specified for mbstring functions' encoding parameter. |
Returns a string with the first character of each word in str capitalized, if that character is alphabetic. | Returns a string with the first character of each word in str capitalized, if that character is alphabetic. |
encoding is character encoding. | encoding is character encoding. |
encoding Character encoding name | Return Value |
XVI. Character type functions | Next |
Character encodings work with PHP ISO 8859 , EUC JP, UTF 8 Character encodings do NOT work with PHP JIS, SJIS | ISO 8859 , EUC JP, UTF 8 Character encodings do NOT work with PHP |
Unicode 代码点 Character | Unicode code point |
If you are using PostgreSQL, it supports character encoding that is different from backend character encoding. See the PostgreSQL manual for details. | See the PostgreSQL manual for details. |
IPTC Unstructured Character Oriented File Format | IPTC Unstructured Character Oriented File Format |
The ISO 8859 1 character set is used as default for the optional third charset. This defines the character set used in conversion. | This defines the character set used in conversion. |
恢复Help button label, one character | Restore |
This function returns a copy of str, translating all occurrences of each character in from to the corresponding character in to and returning the result. | This function returns a copy of str, translating all occurrences of each character in from to the corresponding character in to and returning the result. |
Returns TRUE if every character in text is a hexadecimal 'digit', that is a decimal digit or a character from A Fa f , FALSE otherwise. | Returns TRUE if every character in text is a hexadecimal 'digit', that is a decimal digit or a character from A Fa f , FALSE otherwise. |
There is no way to control HTTP input character conversion from PHP script. To disable HTTP input character conversion, it has to be done in php.ini. | To disable HTTP input character conversion, it has to be done in php.ini. |
It returns decoded string in internal character encoding. | It returns decoded string in internal character encoding. |
The third argument defines character set used in conversion. The default character set is ISO 8859 1. Support for this third argument was added in PHP 4.1.0. | Support for this third argument was added in PHP 4.1.0. |
result Array contains decoded and character encoding converted values. | Array contains decoded and character encoding converted values. |
charset is character encoding name. Default is ISO 2022 JP. | transfer encoding is transfer encoding. |
enable mbregex Enable regular expression functions with multibyte character support. | Enable HTTP input character encoding conversion using mbstring conversion engine. |
The following character encoding is supported in this PHP extension | UCS 4, UCS 4BE, UCS 4LE, UCS 2, UCS 2BE, UCS 2LE, UTF 32, UTF 32BE, UTF 32LE, UCS 2LE, UTF 16, UTF 16BE, UTF 16LE, UTF 8, UTF 7, ASCII, EUC JP, SJIS, eucJP win, SJIS win, ISO 2022 JP, JIS, ISO 8859 1, ISO 8859 2, ISO 8859 3, ISO 8859 4, ISO 8859 5, ISO 8859 6, ISO 8859 7, ISO 8859 8, ISO 8859 9, ISO 8859 10, ISO 8859 13, ISO 8859 14, ISO 8859 15, byte2be, byte2le, byte4be, byte4le, BASE64, 7bit, 8bit and UTF7 IMAP. |
If needle contains more than one character, the first is used. | If needle contains more than one character, the first is used. |
Returns the pixel height of a character in the specified font. | Returns the pixel height of a character in the specified font. |
块特殊Can be either character special or block special | block special |
Returns TRUE if every character in text creates some sort of white space, FALSE otherwise. Besides the blank character this also includes tab, vertical tab, line feed, carriage return and form feed characters. | Besides the blank character this also includes tab, vertical tab, line feed, carriage return and form feed characters. |
encoding is character encoding. If it is omitted, internal encoding is used. | If it is omitted, internal encoding is used. |
This function returns the given string converted from one Cyrillic character set to another. The from and to arguments are single characters that represent the source and target Cyrillic character sets. The supported types are | The supported types are |
Returns TRUE if every character in text is a decimal digit, FALSE otherwise. | Returns TRUE if every character in text is a decimal digit, FALSE otherwise. |
历史中的上一个字符Goes to next character | Previous Character in History |
If encoding list is omitted, it returns current character encoding detection order as array. | If encoding list is omitted, it returns current character encoding detection order as array. |
When called with a string argument they will check every character in the string and will only return TRUE if every character in the string matches the requested criteria. When called with an empty string the result will always be TRUE. | When called with an empty string the result will always be TRUE. |
encoding specifies the encoding for needle and haystack. If omitted, internal character encoding is used. | If omitted, internal character encoding is used. |
Returns TRUE if every character in text is a lowercase letter in the current locale. | Returns TRUE if every character in text is a lowercase letter in the current locale. |
Returns TRUE if every character in text is a uppercase letter in the current locale. | Returns TRUE if every character in text is a uppercase letter in the current locale. |
Returns a valid regular expression which will match string, ignoring case. This expression is string with each character converted to a bracket expression this bracket expression contains that character's uppercase and lowercase form if applicable, otherwise it contains the original character twice. | This expression is string with each character converted to a bracket expression this bracket expression contains that character's uppercase and lowercase form if applicable, otherwise it contains the original character twice. |