Войти в систему
Главная
О проекте
Информация
Обратная связь
Текущие заказы
Регистрация
Оглавление
/ Multibyte String
Поиск функции:
Разделы:
Выберите раздел
Оглавление
Руководство по PHP
Авторские права
Предисловие
Приступая к работе
Введение
Краткое руководство
Установка и настройка
Общие инструкции по установке
Установка на Unix системы
Installation on Mac OS X
Installation on Windows systems
Installation of PECL extensions
Проблемы?
Runtime Configuration
Справочник языка
Основы синтаксиса
Типы
Переменные
Константы
Выражения
Операторы
Control Structures
Функции
Classes and Objects (PHP 4)
Классы и объекты (PHP 5)
Пространства имён
Исключения
Ссылки. Разъяснения
Безопасность
Вступление
Общие рассуждения
Если PHP установлен как CGI
Если PHP установлен как модуль Apache
Безопасность файловой системы
Безопасность баз данных
Сообщения об ошибках
Использование глобальных переменных
Данные, введенные пользователем
Magic Quotes
Сокрытие PHP
Необходимость обновлений
Отличительные особенности
HTTP-Аутентификация в PHP
Cookies
Sessions
Работа с XForms
Загрузка файлов на сервер
Работа с удаленными файлами
Работа с соединениями
Постоянные соединения с базами данных
Защищенный режим
Использование PHP в командной строке
Справочник функций
Variable and Type Related Extensions
Text Processing
Affecting PHP's Behaviour
Session Extensions
Other Basic Extensions
Database Extensions
XML Manipulation
Web Services
Credit Card Processing
Mathematical Extensions
Cryptography Extensions
Human Language and Character Encoding Support
File System Related Extensions
Process Control Extensions
Mail Related Extensions
Authentication Services
Other Services
Compression Extensions
Calendar and Event Related Extensions
Non-Text MIME Output
Image Processing and Generation
Audio Formats Manipulation
Command Line Specific Extensions
Windows Only Extensions
Server Specific Extensions
PHP at the Core: A Hacker's Guide to the Zend Engine
Preface
The "counter" Extension - A Continuing Example
The PHP 5 build system
Extension structure
Memory management
Working with variables
Writing functions
Working with classes and objects
Working with resources
Working with INI settings
Working with streams
PDO Driver How-To
Extension FAQs
Zend Engine 2 API reference
Zend Engine 1
The future: PHP 6 and Zend Engine 3
ЧАВО
Общая Информация
Списки рассылки
Получение PHP
Вопросы по Базам Данных
Установка
Проблемы Сборки
Использование PHP
PHP и HTML
PHP и COM
PHP и другие языки
Переход из PHP 4 в PHP 5
Разные вопросы
Appendices
История PHP и смежных проектов
Migrating from PHP 5.1.x to PHP 5.2.x
Migrating from PHP 5.0.x to PHP 5.1.x
Миграция с PHP 4 на PHP 5
Отладка PHP
Configure options
Директивы php.ini
List of Supported Timezones
Extension Categorization
Список псевдонимов функций
List of Reserved Words
List of Resource Types
List of Supported Protocols/Wrappers
Список доступных фильтров
Список поддерживаемых транспортных протоколов
Таблица сравнения типов в PHP
List of Parser Tokens
Userland Naming Guide
Об этом руководстве
Open Publication License
Список функций
Что отсутствует в этом руководстве
locale_set_default
Введение
Human Language and Character Encoding Support
Multibyte String
Введение
Installing/Configuring
Установка
Настройка во время выполнения
Типы ресурсов
Предопределенные константы
Summaries of supported encodings
Basics of Japanese multi-byte encodings
HTTP Input and Output
Supported Character Encodings
Function Overloading Feature
PHP Character Encoding Requirements
Multibyte String Функции
mb_check_encoding
— Check if the string is valid for the specified encoding
mb_convert_case
— Perform case folding on a string
mb_convert_encoding
— Convert character encoding
mb_convert_kana
— Convert "kana" one from another ("zen-kaku", "han-kaku" and more)
mb_convert_variables
— Convert character code in variable(s)
mb_decode_mimeheader
— Decode string in MIME header field
mb_decode_numericentity
— Decode HTML numeric string reference to character
mb_detect_encoding
— Detect character encoding
mb_detect_order
— Set/Get character encoding detection order
mb_encode_mimeheader
— Encode string for MIME header
mb_encode_numericentity
— Encode character to HTML numeric string reference
mb_ereg_match
— Regular expression match for multibyte string
mb_ereg_replace
— Replace regular expression with multibyte support
mb_ereg_search_getpos
— Returns start point for next regular expression match
mb_ereg_search_getregs
— Retrieve the result from the last multibyte regular expression match
mb_ereg_search_init
— Setup string and regular expression for a multibyte regular expression match
mb_ereg_search_pos
— Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string
mb_ereg_search_regs
— Returns the matched part of a multibyte regular expression
mb_ereg_search_setpos
— Set start point of next regular expression match
mb_ereg_search
— Multibyte regular expression match for predefined multibyte string
mb_ereg
— Regular expression match with multibyte support
mb_eregi_replace
— Replace regular expression with multibyte support ignoring case
mb_eregi
— Regular expression match ignoring case with multibyte support
mb_get_info
— Get internal settings of mbstring
mb_http_input
— Detect HTTP input character encoding
mb_http_output
— Set/Get HTTP output character encoding
mb_internal_encoding
— Set/Get internal character encoding
mb_language
— Set/Get current language
mb_list_encodings
— Returns an array of all supported encodings
mb_output_handler
— Callback function converts character encoding in output buffer
mb_parse_str
— Parse GET/POST/COOKIE data and set global variable
mb_preferred_mime_name
— Get MIME charset string
mb_regex_encoding
— Returns current encoding for multibyte regex as string
mb_regex_set_options
— Set/Get the default options for mbregex functions
mb_send_mail
— Send encoded mail
mb_split
— Split multibyte string using regular expression
mb_strcut
— Get part of string
mb_strimwidth
— Get truncated string with specified width
mb_stripos
— Finds position of first occurrence of a string within another, case insensitive
mb_stristr
— Finds first occurrence of a string within another, case insensitive
mb_strlen
— Get string length
mb_strpos
— Find position of first occurrence of string in a string
mb_strrchr
— Finds the last occurrence of a character in a string within another
mb_strrichr
— Finds the last occurrence of a character in a string within another, case insensitive
mb_strripos
— Finds position of last occurrence of a string within another, case insensitive
mb_strrpos
— Find position of last occurrence of a string in a string
mb_strstr
— Finds first occurrence of a string within another
mb_strtolower
— Make a string lowercase
mb_strtoupper
— Make a string uppercase
mb_strwidth
— Return width of string
mb_substitute_character
— Set/Get substitution character
mb_substr_count
— Count the number of substring occurrences
mb_substr
— Get part of string
locale_set_default
Введение
Human Language and Character Encoding Support
© 2008-2010 inPHP.org
Главная
|
О проекте inPHP.org
|
Правила сервиса
|
Частые вопросы
|
Информация
|
Обратная связь