検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 23 for STDERR (0.004 sec.)
実行時設定 7708
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 力の一部として画面に出力するかどうかを定義します。 "stderr" を指定すると、エラーの内容を stdout (標準出力) で ... はなく stderr (標準エラー出力) に送ります。 注意 : 開発をサポート ... れは、例えば Apache のエラーログ、 あるいは CLI なら stderr になります。 error_log() も参照ください。 syslog.f ...
https://man.plustar.jp/php/errorfunc.configuration.html - [similar]
Returns most recent OpenSSL error reported on the buffer event 7708
« EventBufferEvent::setWatermark EventBufferEvent::sslFilter » PHP Manual EventBufferEvent Retur ... ck while ( $err = $bev -> sslError ()) { fprintf ( STDERR , "Bufferevent error %s.\n" , $err ); } } if ( $ev ...
https://man.plustar.jp/php/eventbufferevent.sslerror.html - [similar]
Constructs EvStat watcher object 7708
« EvStat::attr EvStat::createStopped » PHP Manual EvStat Constructs EvStat watcher object EvStat ... e: %ld\n" , $attr [ 'mtime' ]); } else { fprintf ( STDERR , "`messages` file is not there!" ); $w -> stop () ...
https://man.plustar.jp/php/evstat.construct.html - [similar]
Returns the values most recently detected by Ev 7540
« EvStat EvStat::__construct » PHP Manual EvStat Returns the values most recently detected by Ev ... e: %ld\n" , $attr [ 'mtime' ]); } else { fprintf ( STDERR , "`messages` file is not there!" ); $w -> stop () ...
https://man.plustar.jp/php/evstat.attr.html - [similar]
7456
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... e: %ld\n" , $attr [ 'mtime' ]); } else { fprintf ( STDERR , "`messages` file is not there!" ); $w -> stop () ... id = pcntl_fork (); if ( $pid == - 1 ) { fprintf ( STDERR , "pcntl_fork failed\n" ); } elseif ( $pid ) { $w ...
https://man.plustar.jp/php/ev.examples.html - [similar]
cURL 転送用オプションを設定する 7456
« curl_setopt_array curl_share_close » PHP Manual cURL 関数 cURL 転送用オプションを設定する curl ... を設定すると、セキュアな転送時に SSL 証明書の情報を STDERR に出力します。 cURL 7.19.1 で追加されました。 これ ... true を設定すると、詳細な情報を出力します。情報は STDERR か、または CURLOPT_STDERR で指定したファイルに出力 ... アップロード時に転送内容を読み込むファイル。 CURLOPT_STDERR STDERR の代わりにエラーを出力する場所。 CURLOPT_WR ...
https://man.plustar.jp/php/function.curl-setopt.html - [similar]
Creates new connection listener associated with an event base 7289
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene ... tener , $ctx ) { $base = $this -> base ; fprintf ( STDERR , "Got an error %d (%s) on the listener. " . "Shut ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]
新機能 7289
« PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 » PHP Manual PHP 7.4.x から PHP 8.0.x ... が追加されました。 以下のコードは、 stdin , stdout , stderr を同じPTYにアタッチします: <?php $proc = proc_open ... 下のコードは、異なるソケットペアを stdin , stdout , stderr にアタッチします: <?php $proc = proc_open ( $comma ...
https://man.plustar.jp/php/migration80.new-features.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 7205
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... no = EventUtil :: getLastSocketErrno (); fprintf ( STDERR , "Got an error %d (%s) on the listener. Shutting ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
ファイルまたは URL をオープンする 7037
« fnmatch fpassthru » PHP Manual ファイルシステム 関数 ファイルまたは URL をオープンする fopen ( ... , php://input , php://stdin , php://stdout , php://stderr , php://fd ストリームラッパーについては、 mode は無 ...
https://man.plustar.jp/php/function.fopen.html - [similar]
PREV 1 2 3 NEXT