is_numeric()
ブログ | 2007/11/23 17:57
数値かどうかの判別
<?php
$str = '4649';
if(is_numeric($str)){
echo '数値だ';
}else{
echo '数値じゃない';
}
?>
タグ »
ブック» ぼくの知ってるPHP
リンク元
- アーカイブ | Rottel (2)
- Yahoo!検索 - php is_numeric (2)
- is_numeric php - Google 検索 (2)
- is_numeric($str) - Google 検索 (2)
- php 数字判別 - Google 検索 (2)
- is_numeric - Google 検索 (1)
- Yahoo!検索 - 数値 判別 PHP (1)
- is_numeric - Google 検索 (1)
- Yahoo!検索 - php is_numeric (1)
- is_numeric - Google 検索 (1)
- is_numeric php 変数が数字または数値形式の文字列であるかを調べる - phpoo (1)
- is_numeric php - Google 検索 (1)
- [is_numeric] 検索結果 - goo検索(Green Label) (1)
- Yahoo!検索 - 数値 判別 php (1)
- Yahoo!検索 - is_numeric php (1)
- Yahoo!検索 - is_numeric (1)
- Yahoo!検索 - PHP 数値かどうか (1)
- Yahoo!検索 - is_numeric (1)
- is_numeric PHP - Google 検索 (1)
- php 数値判別 - Google 検索 (1)
- is_numeric php - Google 検索 (1)
- is_numeric PHP - Google 検索 (1)
- is_numeric php - Google 検索 (1)
- php is_numeric - Google 検索 (1)
- is_numeric php - Google 検索 (1)
- php is_numeric - Google 検索 (1)
- unix is_numeric - Google 検索 (1)

