PHP: 2009年1月アーカイブ

PHPでタグを除去する際の正規表現はこちら

preg_replace('/<[^>]*>/', '', $string);