Новые книги

Где должен быть прогрессивный маркетолог? Там, где находятся клиенты его компании. А куда многие из них нынче бросаются, едва проснувшись утром? Где проводят часы напролет, где берут информацию, которой доверяют? В Интернете, а точнее – в социальных сетях. Крупнейшая на сегодняшний день – сеть Facebook – из скромного университетского портала стремительно превратилась в грандиозное хранилище данных и гибкий инструмент общения, нетворкинга и самого эффективного сейчас маркетинга – маркетинга в социальных сетях.

Книга откроет новые возможности владельцам и руководителям компаний от мала до велика, а также маркетологам всех рангов.
The first edition of this book started with the words: ‘A modern society could no longer function without the microprocessor.’

This is certainly still true but it is even truer if we include the microcontroller. While the microprocessor is at the heart of our computers, with a great deal of publicity, the microcontroller is quietly running the rest of our world. They share our homes, our vehicles and our workplace, and sing to us from our greetings cards. They are our constant, unseen companions and billions are being installed every year with little or no publicity. The purpose of this book is to give a worry-free introduction to microprocessors and microcontrollers. It starts at the beginning and does not assume any previous knowledge of microprocessors or microcontrollers and, in gentle steps, introduces the knowledge necessary to take those vital first steps into the world of the micro. John Crisp

ord

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

ord

(PHP 3, PHP 4)

ord - возвращает ASCII-значение символа.

Описание

int ord (string string)

Возвращает ASCII-значение первого символа строки string. Эта функция дополняет chr().

Пример 1. ord()
if (ord($str) == 10) {
    echo "The first character of \$str is a line feed.\n";
}

Вы можете найти таблицу ASCII здесь: http://www.mindspring.com/~jc1/serial/Resources/ASCII.html.

См. также chr().


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