twitterで登録メールの確認手続きを行っていた際に以下のようなエラーが出ました。
「Hold up! Sorry, the profile you were trying to view has been suspended due to strange activity 」
なにもオカしいことはしていないはずなので、困っていたのですが、原因は単純でした。
twitterのヘルプページに書い…
配列 $array_exampleの要素のなかで、空白のものを削除。
$array_example = array_filter($array_example, ‘strlen’);
この投稿へのコメント
コメントはまだありません。