検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 488 for Read (0.019 sec.)
Select a server matching a read preference 5161
« MongoDB\Driver\Manager::removeSubscriber MongoDB\Driver\Manager::startSession » PHP Manual Mon ... goDB\Driver\Manager Select a server matching a read preference MongoDB\Driver\Manager::selectServer (m ... Manager::selectServer — Select a server matching a read preference 説明 final public MongoDB\Driver\Manage ... r::selectServer ( ? MongoDB\Driver\ReadPreference $readPreference = null ): MongoDB\Driver ... \Server Selects a MongoDB\Driver\Server matching readPreference . If readPreference is null or omitted, ...
https://man.plustar.jp/php/mongodb-driver-manager.selectserver.html - [similar]
ファイル記述子からバイトデータを読み込む 5113
« dio_open dio_seek » PHP Manual ダイレクト IO 関数 ファイル記述子からバイトデータを読み込む dio ... _read (PHP 4 >= 4.2.0, PHP 5 < 5.1.0) dio_read — ファイル ... 記述子からバイトデータを読み込む 説明 dio_read ( resource $fd , int $len = 1024 ): string 関数 di ... o_read() は 記述子 fd で示されるファイルから len バイトを ... 。 len 読み込むバイト数。指定されなかった場合は dio_read() は 1K サイズのブロックを読み込みます。 戻り値 fd ...
https://man.plustar.jp/php/function.dio-read.html - [similar]
5081
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... function readcb ( $bev , $base ) { //$input = $bev->input; //$be ... _FREE | EventBufferEvent :: OPT_DEFER_CALLBACKS , "readcb" , /* writecb */ NULL , "eventcb" ); if (! $bev ... g bufferevent socket\n" ); } //$bev->setCallbacks("readcb", /* writecb */ NULL, "eventcb", $base); $bev -> ... enable ( Event :: READ | Event :: WRITE ); $output = $bev -> output ; //$ ...
https://man.plustar.jp/php/event.examples.html - [similar]
Reads a file that stores training data 5081
« fann_randomize_weights fann_reset_errno » PHP Manual Fann 関数 Reads a file that stores traini ... ng data fann_read_train_from_file (PECL fann >= 1.0.0) fann_read_tra ... in_from_file — Reads a file that stores training data 説明 fann_read_t ... rain_from_file ( string $filename ): resource Reads a file that stores training data. パラメータ file ... リソース、エラー時に false を返します。 例 例1 fann_read_train_from_file() example <?php $train_data = fann ...
https://man.plustar.jp/php/function.fann-read-train-from-file.html - [similar]
Removes specified number of bytes from the front of the buffer without copying i... 5001
« EventBuffer::copyout EventBuffer::enableLocking » PHP Manual EventBuffer Removes specified num ... ::drain ( int $len ): bool Behaves as EventBuffer::read() , except that it does not copy the data: it just ... 失敗した場合に false を返します。 参考 EventBuffer::read() - Read data from an evbuffer and drain the bytes ... read EventBuffer::appendFrom() - Moves the specified nu ... ード: EventBuffer , from , buffer , bytes , drain , read , specified , front , anywhere , copying ...
https://man.plustar.jp/php/eventbuffer.drain.html - [similar]
Opens a database 5001
« dbase_numrecords dbase_pack » PHP Manual dBase 関数 Opens a database dbase_open (PHP 5 < 5.3.0 ... hose for the open() system call (Typically 0 means read-only, 1 means write-only, and 2 means read and wri ... le in write-only mode as the function will fail to read the headers information and thus you can't use 1 a ... 例1 Opening a dBase database file <?php // open in read-only mode $db = dbase_open ( '/tmp/test.dbf' , 0 ) ... ; if ( $db ) { // read some data .. dbase_close ( $db ); } ?> 参考 dbase_ ...
https://man.plustar.jp/php/function.dbase-open.html - [similar]
セッションのデータを読み込む 4977
« SessionHandler::open SessionHandler::write » PHP Manual SessionHandler セッションのデータを読み ... 込む SessionHandler::read (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandler::rea ... ションのデータを読み込む 説明 public SessionHandler::read ( string $id ): string | false セッションのデータを ... プします。 このクラスを継承して拡張する場合は、親の read メソッドをコールすればこのメソッドのラッパーを実行 ... イドしたり処理を横取りしてフィルタを追加したり (親の read メソッドが返す $data を復号したりなど) できます。 ...
https://man.plustar.jp/php/sessionhandler.read.html - [similar]
Copies out specified number of bytes from the front of the buffer 4945
« EventBuffer::__construct EventBuffer::drain » PHP Manual EventBuffer Copies out specified numb ... t $max_bytes ): int Behaves just like EventBuffer::read() , but does not drain any data from the buffer. I ... bytes copied, or -1 on failure. 参考 EventBuffer::read() - Read data from an evbuffer and drain the bytes ... read EventBuffer::appendFrom() - Moves the specified nu ... entBuffer , buffer , from , data , max , copyout , read , specified , drain ...
https://man.plustar.jp/php/eventbuffer.copyout.html - [similar]
CMS ファイルを、PEM証明書の配列にエクスポートする 4921
« openssl_cms_encrypt openssl_cms_sign » PHP Manual OpenSSL 関数 CMS ファイルを、PEM証明書の配列 ... にエクスポートする openssl_cms_read (PHP 8) openssl_cms_read — CMS ファイルを、PEM証明 ... 書の配列にエクスポートする 説明 openssl_cms_read ( string $input_filename , array &$certificates ): ... bool openssl_pkcs7_read() と似た処理を行います。 警告 この関数は、 現在のと ... ます。 関連キーワード: PEM , 配列 , ファイル , cms , read , 関数 , input , filename , certificates , リスト ...
https://man.plustar.jp/php/function.openssl-cms-read.html - [similar]
ストリームから読み込む 4921
« streamWrapper::stream_open streamWrapper::stream_seek » PHP Manual streamWrapper ストリームから ... 読み込む streamWrapper::stream_read (PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8) streamWrappe ... r::stream_read — ストリームから読み込む 説明 public streamWrapper ... ::stream_read ( int $count ): string | false このメソッドは、 fr ... amWrapper::stream_eof() は、 streamWrapper::stream_read() がコールされた後に直接コールされ、 EOF に達したか ...
https://man.plustar.jp/php/streamwrapper.stream-read.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT