まず、ファイアーウォールからSSHを許可
http://guide.onamae-server.com/vps/3/31/81/124/
ステム設定 > セキュリティー > アップデートからアップデートなし(上級者向け)に変更。これでyumコマンドが使えるようになる。
サーバ管理画面上から システム設定>ユーザ>一般アカウント で一般ユーザのアカウントを作成。
Macのターミナ…
$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.stristr.php
この投稿へのコメント
コメントはまだありません。