$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…
運営サイトにfacebookの like! ボタンを設置しようと、ここにアクセスして発行しようとしたのですが、以下のようなエラーが出て、コードが取得出来ませんでした。
Only verified developers can be added as listed developers of this application.
ネットで検索すると同じような症状で困っている方もいるようなので、一応、解…
この投稿へのコメント
コメントはまだありません。