|
ssh2_shell対話式のシェルを要求する 説明
resourcefalse ssh2_shell(
resource $session ,string $termtype = "vanilla",arraynull $env = null ,int $width = 80,int $height = 25,int $width_height_type = SSH2_TERM_UNIT_CHARS) リモートエンド上のシェルをオープンし、そのためのストリームを割り当てます。 パラメータ
戻り値
成功した場合、ストリームリソースを返します。
失敗した場合に 例
例1 対話シェルのリクエスト
参考
|