$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…
NICをNetworkMangerで管理しない場合
NetworkMangerサービスを無効にする。
% sudo service NetworkManager stop
% sudo chkconfig –del NetworkManager
networkサービスを有効にする。
% sudo chkconfig –level 2345 network on
% sudo chkconfig –add network
% sudo service network start
graffiti on the web
この投稿へのコメント
コメントはまだありません。