$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.st…
以下のサイトにあるようなことが出来るらしい。
http://www.lastday.jp/2011/03/01/memory-leak-xcod
やったことないので、今度やってみようと思います。
graffiti on the web
この投稿へのコメント
コメントはまだありません。