$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…
ページランク取得のプログラムをMODxやWordpress内で動かそうとすると以下のエラーが出る。
Error: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known
CMSの内部ではなく、以下のようにphpファイルを直接動かすと正常に動く。
http://tools.yamazon.org/b.php
この辺の違いはなんなんだろうか・・・今のところ未確認。
以下のようにfopenを使う?
http://oshiete1.goo.ne.jp/qa1276136.html
graffiti on the web
この投稿へのコメント
コメントはまだありません。