Новые книги

В процессе чтения вы познакомитесь с основами программирования и, в частности, языка JavaScript, а также выполните несколько небольших проектов. Один из самых интересных проектов — создание своего языка программирования.
The VI3 product suite includes several products that make up the full feature set of enterprise virtualization. The products in the VI3 suite include:* VMware ESX Server* VMware Virtual SMP* VMware VirtualCenter* Virtual Infrastructure Client* VMware VMotion* VMware Distributed Resource Scheduler (DRS)* VMware High Availability (HA)* VMware Consolidated Backup (VCB)

Rather than wait to introduce the individual products in their own chapters, I'll introduce each product so I can refer to the products and explain how they affect each piece of the design, installation, and configuration of your virtual infrastructure. Once you understand the basic functions and features of each product in the suite, you'll have a better grasp of how that product fits into the big picture of virtualization, and you'll more clearly understand how each of the products fits into the design.

recode_string



Учебник РНР
НазадВперёд

recode_string

(PHP 3>= 3.0.13, PHP 4)

recode_string - перекодирует строку в соответствии с recode-запросом.

Описание

string recode_string (string request, string string)

Перекодирует строку string в соответствии с запросом request на перекодирование. Возвращает перекодированную строку, или FALSE, если не может выполнить recode-запрос.

Простейшим запросом на перекодирование может быть "lat1..iso646-de". См. также в документации GNU Recode вашей инсталяции детальные инструкции о recode-запросах.

Пример 1. Базовый пример recode_string()
print recode_string ("us..flat", "The character has a diacritical mark: á");

Назад Оглавление Вперёд
recode_file Вверхrecode