Results of 1 - 10 of about 57 for shell (0.025 sec.)
- 定義済み定数 12115
- « リソース型 SSH2 関数 » PHP Manual SSH2 定義済み定数 定義済み定数 以下の定数が定義されています。
...
int ) 文字単位で 幅 と 高さ を指定するための ssh2_shell() 用フラグ SSH2_TERM_UNIT_PIXELS ( int ) ピクセル単 ...
位で 幅 と 高さ を指定するための ssh2_shell() 用フラグ SSH2_DEFAULT_TERM_WIDTH ( int ) ssh2_sh ...
のターミナル幅 SSH2_DEFAULT_TERM_HEIGHT ( int ) ssh2_shell() で要求されるデフォルトのターミナル高さ SSH2_DEFA ...
ULT_TERM_UNIT ( int ) ssh2_shell() で要求されるデフォルトのターミナル単位 SSH2_STRE ...
-
https://man.plustar.jp/php/ssh2.constants.html
- [similar]
- 持続的接続 11807
- « 非互換性 統計情報 » PHP Manual Mysqlnd 持続的接続 持続的接続 持続的接続の使用 mysqli と mysqln
...
グを使います。たとえば次のようになります。 例えば、 shell# CFLAGS="-DMYSQLI_NO_CHANGE_USER_ON_PCONNECT" ./co ...
bug && make clean && make -j6 またはその代わりに、 shell# export CFLAGS="-DMYSQLI_NO_CHANGE_USER_ON_PCONNEC ...
T" shell# configure --whatever-option shell# make clean she ...
に、 COM_PING を使用します。 関連キーワード: 接続 , shell , NO , local , usr , PCONNECT , mysqli , 組み合わせ ...
-
https://man.plustar.jp/php/mysqlnd.persist.html
- [similar]
- シェルによりコマンドを実行し、文字列として出力全体を返す 11395
- « proc_terminate system » PHP Manual プログラム実行関数 シェルによりコマンドを実行し、文字列とし
...
て出力全体を返す shell_exec (PHP 4, PHP 5, PHP 7, PHP 8) shell_exec — シェ ...
りコマンドを実行し、文字列として出力全体を返す 説明 shell_exec ( string $command ): string | false | null こ ...
た場合は E_WARNING レベルの警告が発生します。 例 例1 shell_exec() の例 <?php $output = shell_exec ( 'ls -lart ...
; ?> 参考 exec() - 外部プログラムを実行する escapeshellcmd() - シェルのメタ文字をエスケープする 関連キーワ ...
-
https://man.plustar.jp/php/function.shell-exec.html
- [similar]
- Secure Shell 2 10764
- « phar:// rar:// » PHP Manual サポートするプロトコル/ラッパー Secure Shell 2 ssh2:// ssh2:// — S
...
ecure Shell 2 説明 ssh2.shell:// ssh2.exec:// ssh2.tunnel:// s ...
している接続を再利用することが可能です。 利用法 ssh2.shell://user:pass@example.com:22/xterm ssh2.exec://user: ...
th/to/filename オプション ラッパーの概要 属性 ssh2.shell ssh2.exec ssh2.tunnel ssh2.sftp ssh2.scp allow_url ...
生する可能性があります。 関連キーワード: No , Yes , Shell , Secure , サポート , term , session , 接続 , 許可 ...
-
https://man.plustar.jp/php/wrappers.ssh2.html
- [similar]
- 対話式のシェルを要求する 10661
- « ssh2_sftp ssh2_tunnel » PHP Manual SSH2 関数 対話式のシェルを要求する ssh2_shell (PECL ssh2 >=
...
0.9.0) ssh2_shell — 対話式のシェルを要求する 説明 ssh2_shell ( resou ...
ェルのリクエスト <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_auth_password ( $connect ...
ion , 'username' , 'password' ); $stream = ssh2_shell ( $connection , 'vt102' , null , 80 , 24 , SSH2_TE ...
-
https://man.plustar.jp/php/function.ssh2-shell.html
- [similar]
- Expect の使用例 9119
- « 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリ
...
リを保存するかどうかを問い合わせます array ( "~$ " , SHELL , EXP_EXACT ), // シェルにたどり着きました! ))) { ...
YESNO : fwrite ( $stream , "yes\n" ); break; case SHELL : fwrite ( $stream , "uname -a\n" ); while ( true ...
expect_expectl ( $stream , array ( array ( "~$ " , SHELL , EXP_EXACT ), // シェルにたどり着きました! array ...
{ case UNAME : $uname .= $match [ 0 ]; break; case SHELL : // アップデートの実行 if ( strstr ( $uname , "x8 ...
-
https://man.plustar.jp/php/expect.examples-usage.html
- [similar]
- 実行演算子 9119
- « エラー制御演算子 加算子/減算子 » PHP Manual 演算子 実行演算子 実行演算子 PHP は 1 種類の実行演
...
することが できます) 。 バッククォート演算子の使用は shell_exec() と等価です。 <?php $output = ` ls -al `; ec ...
utput </pre>" ; ?> 注意 : バッククォート演算子は、 shell_exec() が無効な場合は無効となります。 注意 : 他の言 ...
ンドラインから使用する 関連キーワード: 実行 , 注意 , shell , 出力 , exec , proc , popen , システムプログラム ...
-
https://man.plustar.jp/php/language.operators.execution.html
- [similar]
- 指定 ID のユーザーに関する情報を返す 8899
- « posix_getpwnam posix_getrlimit » PHP Manual POSIX 関数 指定 ID のユーザーに関する情報を返す po
...
ーのホームディレクトリへの絶対パスが含まれています。 shell shell 要素には、ユーザーのデフォルトシェルの実行フ ...
d] => 42 [gecos] => "tom,,," [dir] => "/home/tom" [shell] => "/bin/bash" ) 参考 posix_getpwnam() - 指定した ...
情報 , 要素 , 指定 , 関数 , getpwuid , グループ , shell , フィールド , tom ...
-
https://man.plustar.jp/php/function.posix-getpwuid.html
- [similar]
- 拡張データストリームを取得する 8899
- « ssh2_exec ssh2_fingerprint » PHP Manual SSH2 関数 拡張データストリームを取得する ssh2_fetch_st
...
リームを処理する <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_auth_password ( $connect ...
, 'username' , 'password' ); $stdio_stream = ssh2_shell ( $connection ); $stderr_stream = ssh2_fetch_strea ...
$stdio_stream , SSH2_STREAM_STDERR ); ?> 参考 ssh2_shell() - 対話式のシェルを要求する ssh2_exec() - リモート ...
-
https://man.plustar.jp/php/function.ssh2-fetch-stream.html
- [similar]
- クラスをエクスポートする 8693
- « ReflectionClass::__construct ReflectionClass::getAttributes » PHP Manual ReflectionClass クラス
...
うになります。 Class [ <user> class Apple ] { @@ php shell code 1-8 - Constants [0] { } - Static properties [ ...
1] { Method [ <user> public method type ] { @@ php shell code 5 - 7 } } } 参考 ReflectionClass::getName() - ...
ic , return , Property , 関数 , Static , default , shell ...
-
https://man.plustar.jp/php/reflectionclass.export.html
- [similar]