env_os

FHCが動作しているOSを返します

説明
定義
env_os();
戻り値
OSの名前が返されます。
この関数は同期処理されます。
var ver = env_os();
alert(ver);
//結果: linux
		
注意とヒント
参考