
22.08.2008, 14:48
|
|
Познавший АНТИЧАТ
Регистрация: 02.06.2006
Сообщений: 1,187
С нами:
10495046
Репутация:
2642
|
|
Сообщение от Isis
Я Славик (с)
Ща модно флудить что ли стало?
Сообщение от PHP.RU
Hexadecimal notation (0xFF) is allowed too but only without sign, decimal and exponential part.
Код:
<?php
if(is_numeric('0xABCDEF')) {
echo 'wtf?? "0xABCDEF" - is it number??';
}
?>
|
|
|