Goldenweb.it homepage

ANNUNCI | DIRECTORY | FONTS | GAMES | ICONE | NEWSGROUPS | PROGRAMMI | THEMES | TOP25 | WALLPAPERS

English version
GoldenWeb.it Directory "Premium" Links - Il tuo link qui...

Gli ultimi 15 link di provenienza

google.it
zhidao.baidu.com
forums.atomic-systems.co..
it.search.yahoo.com
bing.com
zhidao.baidu.com
forums.macrumors.com
google.it
xhami.blogspot.com
ujmcdad.obunko.com
google.ca
google.com
google.it
ujmcdad.obunko.com
it.search.yahoo.com


ord

(PHP 3, PHP 4 , PHP 5)

ord -- Return ASCII value of character

Description

int ord ( string string)

Returns the ASCII value of the first character of string. This function complements chr().

Esempio 1. ord() example

<?php
$str
= "\n";
if (
ord($str) == 10) {
    echo
"The first character of \$str is a line feed.\n";
}
?>

You can find an ASCII-table over here: http://www.asciitable.com.

See also chr().

Realizzazione: Valdemone Web Agency - Privacy Policy