検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 19 for fprintf (0.007 sec.)
フォーマットされた文字列をストリームに書き込む 15384
« explode get_html_translation_table » PHP Manual String 関数 フォーマットされた文字列をストリー ... ムに書き込む fprintf (PHP 5, PHP 7, PHP 8) fprintf — フォーマットされた ... 文字列をストリームに書き込む 説明 fprintf ( resource $stream , string $format , mixed ...$va ... 戻り値 書き込まれた文字列の長さを返します。 例 例1 fprintf() : 数値のゼロ埋め <?php if (!( $fp = fopen ( 'cur ... rency.txt' , 'w' ))) { return; } fprintf ( $fp , "%04d-%02d-%02d" , $year , $month , $day ) ...
https://man.plustar.jp/php/function.fprintf.html - [similar]
9186
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... _cb ( $listener , $ctx ) { $base = $this -> base ; fprintf ( STDERR , "Got an error %d (%s) on the listener. ... error stack while ( $err = $bev -> sslError ()) { fprintf ( STDERR , "Bufferevent error %s.\n" , $err ); } } ... nt function accept_error_cb ( $listener , $ctx ) { fprintf ( STDERR , "Got an error %d (%s) on the listener. ... _cb ( $listener , $ctx ) { $base = $this -> base ; fprintf ( STDERR , "Got an error %d (%s) on the listener. ...
https://man.plustar.jp/php/event.examples.html - [similar]
Returns most recent OpenSSL error reported on the buffer event 9015
« EventBufferEvent::setWatermark EventBufferEvent::sslFilter » PHP Manual EventBufferEvent Retur ... error stack while ( $err = $bev -> sslError ()) { fprintf ( STDERR , "Bufferevent error %s.\n" , $err ); } } ...
https://man.plustar.jp/php/eventbufferevent.sslerror.html - [similar]
Constructs EvStat watcher object 9015
« EvStat::attr EvStat::createStopped » PHP Manual EvStat Constructs EvStat watcher object EvStat ... rrent mtime: %ld\n" , $attr [ 'mtime' ]); } else { fprintf ( STDERR , "`messages` file is not there!" ); $w - ...
https://man.plustar.jp/php/evstat.construct.html - [similar]
フォーマットされた文字列をストリームに書き込む 8827
« utf8_encode vprintf » PHP Manual String 関数 フォーマットされた文字列をストリームに書き込む vfprintf ... printf (PHP 5, PHP 7, PHP 8) vfprintf — フォーマットされた文字列をストリームに書き込む 説 ... 明 vfprintf ( resource $stream , string $format , array $value ... 文字列を stream で指定したストリームに書き込みます。 fprintf() と同様の動作をしますが、 可変引数ではなく引数の配 ... 戻り値 出力された文字列の長さを返します。 例 例1 vfprintf() : 数値のゼロ埋め <?php if (!( $fp = fopen ( 'dat ...
https://man.plustar.jp/php/function.vfprintf.html - [similar]
Returns the values most recently detected by Ev 8657
« EvStat EvStat::__construct » PHP Manual EvStat Returns the values most recently detected by Ev ... rrent mtime: %ld\n" , $attr [ 'mtime' ]); } else { fprintf ( STDERR , "`messages` file is not there!" ); $w - ...
https://man.plustar.jp/php/evstat.attr.html - [similar]
8486
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... rrent mtime: %ld\n" , $attr [ 'mtime' ]); } else { fprintf ( STDERR , "`messages` file is not there!" ); $w - ... 理 <?php $pid = pcntl_fork (); if ( $pid == - 1 ) { fprintf ( STDERR , "pcntl_fork failed\n" ); } elseif ( $pi ...
https://man.plustar.jp/php/ev.examples.html - [similar]
Creates new connection listener associated with an event base 8127
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene ... _cb ( $listener , $ctx ) { $base = $this -> base ; fprintf ( STDERR , "Got an error %d (%s) on the listener. ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]
フォーマット文字列に基づき入力を処理する 8127
« sprintf str_contains » PHP Manual String 関数 フォーマット文字列に基づき入力を処理する sscanf ... 出力する sprintf() - フォーマットされた文字列を返す fprintf() - フォーマットされた文字列をストリームに書き込む ... 力する vsprintf() - フォーマットされた文字列を返す vfprintf() - フォーマットされた文字列をストリームに書き込む ...
https://man.plustar.jp/php/function.sscanf.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 7957
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... x ) { $errno = EventUtil :: getLastSocketErrno (); fprintf ( STDERR , "Got an error %d (%s) on the listener. ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
PREV 1 2 NEXT