I knew this code May let block only show for specific content type

if ((arg(0) == 'node') && is_numeric(arg(1))) {
};

but this code show for the full content page,

Block only show for teaser,How to do writes the php code?

thanks