検索

phrase: max: clip:
target: order:
Results of 1 - 9 of about 9 for expectl (0.019 sec.)
定義済み定数 11629
« リソース型 例 » PHP Manual Expect 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... 示します。 EXP_EOF ( int ) EOF に到達した際に expect_expectl() が返す値です。 EXP_TIMEOUT ( int ) expect.timeou ... t で指定した秒数を こえた際に expect_expectl() が返す値です。 EXP_FULLBUFFER ( int ) 一致するパ ... ターンがなかった際に expect_expectl() が返す値です。 関連キーワード: 定数 , 定義 , int ... , パターン , expect , expectl , 形式 , timeout , 到達 , EOF ...
https://man.plustar.jp/php/expect.constants.html - [similar]
プロセスの出力がパターンに一致する・指定した時間が経過する・ あるいは EOF に達す... 11180
« Expect 関数 expect_popen » PHP Manual Expect 関数 プロセスの出力がパターンに一致する・指定した ... に達するのいずれかにあてはまるまで待ち続ける expect_expectl (PECL expect >= 0.1.0) expect_expectl — プロセスの ... するのいずれかにあてはまるまで待ち続ける 説明 expect_expectl ( resource $expect , array $cases , array &$match ... 部分文字列の配列ではありませんでした。 例 例1 expect_expectl() の例 <?php // ファイルをリモートホストにコピーし ... for yes/no" ) ); while ( true ) { switch ( expect_expectl ( $stream , $cases )) { case "asked for password" ...
https://man.plustar.jp/php/function.expect-expectl.html - [similar]
Expect 関数 11180
« Expect の使用例 expect_expectl » PHP Manual Expect Expect 関数 Expect 関数 目次 expect_expectl ... ープンする 関連キーワード: 関数 , Expect , expect , expectl , プロセス , シェル , ストリーム , PTY , 実行 , コ ...
https://man.plustar.jp/php/ref.expect.html - [similar]
Expect の使用例 9041
« 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリ ... > "password:" , 1 => PASSWORD ) ); switch ( expect_expectl ( $stream , $cases )) { case PASSWORD : fwrite ( $ ... ot@remotehost" ); while ( true ) { switch ( expect_expectl ( $stream , array ( array ( "password:" , PASSWORD ... , "uname -a\n" ); while ( true ) { switch ( expect_expectl ( $stream , array ( array ( "~$ " , SHELL , EXP_EX ...
https://man.plustar.jp/php/expect.examples-usage.html - [similar]
実行時設定 8250
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... データを待ち受ける際のタイムアウト時間です。 expect_expectl() 関数で使用されます。 "-1" を指定すると、タイムア ... ないようにします。 注意 : "0" を指定すると、 expect_expectl() 関数は 結果を直ちに返します。 expect.loguser boo ...
https://man.plustar.jp/php/expect.configuration.html - [similar]
リソース型 8034
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 expect_popen() は ... オープンした PTY ストリームを返します。これを expect_expectl() で使用します。 関連キーワード: リソース , 設定 , ...
https://man.plustar.jp/php/expect.resources.html - [similar]
Expect 7693
« EvWatcher::stop はじめに » PHP Manual プロセス制御 Expect Expect はじめに インストール/設定 要 ... 定義済み定数 例 Expect の使用例 Expect 関数 expect_expectl — プロセスの出力がパターンに一致する・指定した時間 ...
https://man.plustar.jp/php/book.expect.html - [similar]
Bourne シェル経由でコマンドを実行し、プロセスへの PTY ストリームをオープンする 7459
« expect_expectl PCNTL » PHP Manual Expect 関数 Bourne シェル経由でコマンドを実行し、プロセスへの ...
https://man.plustar.jp/php/function.expect-popen.html - [similar]
関数・メソッド 6345
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... 計算する expect:// - 対話的プロセスストリーム expect_expectl - プロセスの出力がパターンに一致する・指定した時間 ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
PREV 1 NEXT