if( function_exists( 'isCellular' ) && isCellular()) { // ケータイ用の処理 ?> ここに携帯コンテンツの内容を書きます。 <?php } else { // PC用の処理 ?> 携帯専用です等のメッセージを書きます。 <?php }