検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 23 for stderr (0.018 sec.)
入出力ストリーム 13941
« Usage 対話シェル » PHP Manual コマンドラインの使用法 入出力ストリーム 入出力ストリーム CLI SAP ... <?php $stdout = fopen ( 'php://stdout' , 'w' ); ?> STDERR stderr へのオープン済みのストリーム。 これにより、 ... 以下のようにオープンする必要がなくなります。 <?php $stderr = fopen ( 'php://stderr' , 'w' ); ?> 上記のように、 ... stderr のようなストリームを自分で オープンする必要はなく、 ... 定数を使用するだけでかまいません。 php -r 'fwrite(STDERR, "stderr\n");' これらのストリームを明示的に閉じる必 ...
https://man.plustar.jp/php/features.commandline.io-streams.html - [similar]
拡張データストリームを取得する 11160
« ssh2_exec ssh2_fingerprint » PHP Manual SSH2 関数 拡張データストリームを取得する ssh2_fetch_st ... す。 SSH2 プロトコルは現在ただ 1 つのサブストリーム STDERR を定義しています。これはサブストリーム ID として S ... SH2_STREAM_STDERR (1 として定義) を持ちます。 パラメータ channel str ... す。 例 例1 シェルをオープンし、それと関連付けられた stderr ストリームを処理する <?php $connection = ssh2_conn ... d' ); $stdio_stream = ssh2_shell ( $connection ); $stderr_stream = ssh2_fetch_stream ( $stdio_stream , SSH2_ ...
https://man.plustar.jp/php/function.ssh2-fetch-stream.html - [similar]
Windows コンソールの出力バッファに関連付けられたストリームのVT100サポート状況を... 10154
« sapi_windows_set_ctrl_handler show_source » PHP Manual その他の関数 Windows コンソールの出力バ ... た場合 false を返します。 起動時に、PHP は STDOUT / STDERR の VT100 の機能を有効にしようとします。これらのスト ... デフォルトの状態を出力する デフォルトでは、 STDOUT / STDERR で VT100 の機能が有効になっています。 php -r "var_ ... T));echo ' ';var_export(sapi_windows_vt100_support(STDERR));" 上の例の出力は、 たとえば以下のようになります。 ... T));echo ' ';var_export(sapi_windows_vt100_support(STDERR));" 2>NUL 上の例の出力は、 たとえば以下のようになり ...
https://man.plustar.jp/php/function.sapi-windows-vt100-support.html - [similar]
Sets the stream to be used by the library for logging 10070
« Zookeeper::setDeterministicConnOrder Zookeeper::setWatcher » PHP Manual Zookeeper Sets the str ... esource $stream ): bool The zookeeper library uses stderr as its default log stream. Application must make s ... ng in NULL resets the stream to its default value (stderr). パラメータ stream The stream to be used by the l ... ging , setLogStream , ZookeeperException , emits , stderr , default , zookeeper ...
https://man.plustar.jp/php/zookeeper.setlogstream.html - [similar]
Check if a stream is a TTY 9903
« stream_is_local stream_notification_callback » PHP Manual ストリーム 関数 Check if a stream is ... rected to a file. php -r "var_export(stream_isatty(STDERR));" 上の例の出力は、 たとえば以下のようになります。 ... true php -r "var_export(stream_isatty(STDERR));" 2>output.txt 上の例の出力は、 たとえば以下のよ ... e 関連キーワード: stream , Check , isatty , This , STDERR , export , var , output , standard , 出力 ...
https://man.plustar.jp/php/function.stream-isatty.html - [similar]
さまざまな入出力ストリームへのアクセス 9568
« ftp:// zlib:// » PHP Manual サポートするプロトコル/ラッパー さまざまな入出力ストリームへのアク ... もできます。 php://stdin, php://stdout および php://stderr php://stdin 、 php://stdout および php://stderr... ラッパーを使うのではなく、定数 STDIN , STDOUT および STDERR を使用することを推奨します。 php://stdin は読み込み ... 専用で、 php://stdout および php://stderr は書き込み専用です。 php://input php://input は読み ... p://temp のみ。 書き込み許可 php://stdout 、 php://stderr 、 php://output 、 php://fd 、 php://memory および ...
https://man.plustar.jp/php/wrappers.php.html - [similar]
実行時設定 8629
« Building the MongoDB PHP Driver from source 定義済み定数 » PHP Manual インストール/設定 実行時 ... " , "no" , or "false" to disable logging. Specify "stderr" or "stdout" to log to stderr or stdout , respecti ...
https://man.plustar.jp/php/mongodb.configuration.html - [similar]
定義済み定数 8210
« リソース型 SSH2 関数 » PHP Manual SSH2 定義済み定数 定義済み定数 以下の定数が定義されています。 ... を要求する ssh2_fetch_stream() 用フラグ SSH2_STREAM_STDERR ( int ) STDERR サブチャネルを要求する ssh2_fetch_s ...
https://man.plustar.jp/php/ssh2.constants.html - [similar]
コマンドを実行し、入出力用にファイルポインタを開く 7875
« proc_nice proc_terminate » PHP Manual プログラム実行関数 コマンドを実行し、入出力用にファイルポ ... n)、1 が標準出力 (stdout) で、 2 が標準エラー出力 (stderr) となります。 各要素は、次のようになります。 プロセ ... ame.txt""'; 注意 注意 : Windows における互換性: 2 (stderr) よりも大きな番号のディスクリプタは 子プロセスに継 ... ハンドルにアクセスする術を持ちません。stdin, stdout, stderr は期待通り動きます。 注意 : もし単方向(一方向)のパ ...
https://man.plustar.jp/php/function.proc-open.html - [similar]
7791
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... tener , $ctx ) { $base = $this -> base ; fprintf ( STDERR , "Got an error %d (%s) on the listener. " . "Shut ... ck while ( $err = $bev -> sslError ()) { fprintf ( STDERR , "Bufferevent error %s.\n" , $err ); } } if ( $ev ... n accept_error_cb ( $listener , $ctx ) { fprintf ( STDERR , "Got an error %d (%s) on the listener. " . "Shut ... tener , $ctx ) { $base = $this -> base ; fprintf ( STDERR , "Got an error %d (%s) on the listener. " . "Shut ...
https://man.plustar.jp/php/event.examples.html - [similar]
PREV 1 2 3 NEXT