http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/
http://bono.s206.xrea.com/2006/03/112-runphp/
Zencartにも応用できる?
$string = ‘Hello World!’;
if(stristr($string, ‘earth’) === FALSE) {
echo ‘”earth” not found in string’;
}
// 出力は “earth” not found in string となります
参照元:http://www.php.net/manual/ja/function.stristr.php
graffiti on the web
この投稿へのコメント
コメントはまだありません。