検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 488 for read (0.020 sec.)
Select the file descriptions which are ready to read/write or error in the event... 5593
« swoole_load_module swoole_set_process_name » PHP Manual Swoole 関数 Select the file descriptio ... ns which are ready to read/write or error in the eventloop swoole_se ... le_select — Select the file descriptions which are ready to read/write or error in the eventloop 説明 swoo ... le_select ( array &$read_array , array &$write_array , array &$error_array ... , float $timeout = ? ): int パラメータ read_array write_array error_array timeout 戻り値 関連キ ...
https://man.plustar.jp/php/function.swoole-select.html - [similar]
Read work or result data into a buffer for a task 5593
« GearmanTask::jobHandle GearmanTask::returnCode » PHP Manual GearmanTask Read work or result da ... ta (PECL gearman >= 0.5.0) GearmanTask::recvData — Read work or result data into a buffer for a task 説明 ... ください。 パラメータ data_len Length of data to be read. 戻り値 An array whose first element is the length ... of data read and the second is the data buffer. Returns false i ... f the read failed. 参考 GearmanTask::sendData() - Send data f ...
https://man.plustar.jp/php/gearmantask.recvdata.html - [similar]
Copy data from named shared memory 5593
« SyncSharedMemory::first SyncSharedMemory::size » PHP Manual SyncSharedMemory Copy data from na ... med shared memory SyncSharedMemory::read (PECL sync >= 1.1.0) SyncSharedMemory::read — Copy ... named shared memory 説明 public SyncSharedMemory::read ( int $start = 0 , int $length = ? ) Copies data f ... ラメータ start The start/offset, in bytes, to begin reading. 注意 : If the value is negative, the starting ... ared memory segment. length The number of bytes to read. 注意 : If unspecified, reading will stop at the e ...
https://man.plustar.jp/php/syncsharedmemory.read.html - [similar]
ラージオブジェクトを読み込む 5489
« pg_lo_read_all pg_lo_seek » PHP Manual PostgreSQL 関数 ラージオブジェクトを読み込む pg_lo_read ... (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_read — ラージオブジェクトを読み込む 説明 pg_lo_read ( P ... $lob , int $length = 8192 ): string | false pg_lo_read() は、ラージオブジェクトから最大 length バイト分読 ... する必要があります。 注意 : この関数は、以前は pg_loread() と呼ばれていました。 パラメータ lob pg_lo_open() ... ンでは、 リソース を期待していました。 例 例1 pg_lo_read() の例 <?php $doc_oid = 189762345 ; $database = pg ...
https://man.plustar.jp/php/function.pg-lo-read.html - [similar]
Waits for a read lock 5489
« SyncReaderWriter::__construct SyncReaderWriter::readunlock » PHP Manual SyncReaderWriter Waits ... for a read lock SyncReaderWriter::readlock (PECL sync >= 1.0. ... 0) SyncReaderWriter::readlock — Waits for a read lock 説明 pub ... lic SyncReaderWriter::readlock ( int $wait = -1 ): bool Obtains ... a read lock on a SyncReaderWriter object. パラメータ wait ...
https://man.plustar.jp/php/syncreaderwriter.readlock.html - [similar]
Releases a read lock 5489
« SyncReaderWriter::readlock SyncReaderWriter::writelock » PHP Manual SyncReaderWriter Releases ... a read lock SyncReaderWriter::readunlock (PECL sync >= 1. ... 0.0) SyncReaderWriter::readunlock — Releases a read lock 説明 pu ... blic SyncReaderWriter::readunlock (): bool Releases a read lock ... on a SyncReaderWriter object. パラメータ この関数にはパラメータは ...
https://man.plustar.jp/php/syncreaderwriter.readunlock.html - [similar]
Assigns read, write and event(status) callbacks 5457
« EventBufferEvent::readBuffer EventBufferEvent::setPriority » PHP Manual EventBufferEvent Assig ... ns read, write and event(status) callbacks EventBufferEven ... 2.6-beta) EventBufferEvent::setCallbacks — Assigns read, write and event(status) callbacks 説明 public Eve ... ntBufferEvent::setCallbacks ( callable $readcb , callable $writecb , callable $eventcb , mixed ... $arg = ? ): void Assigns read, write and event(status) callbacks. パラメータ rea ...
https://man.plustar.jp/php/eventbufferevent.setcallbacks.html - [similar]
ラージオブジェクト全体を読み込みブラウザに直接送信する 5457
« pg_lo_open pg_lo_read » PHP Manual PostgreSQL 関数 ラージオブジェクト全体を読み込みブラウザに直 ... 接送信する pg_lo_read_all (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_re ... クト全体を読み込みブラウザに直接送信する 説明 pg_lo_read_all ( PgSql\Lob $lob ): int pg_lo_read_all() は、ラ ... する必要があります。 注意 : この関数は、以前は pg_loreadall() と呼ばれていました。 パラメータ lob pg_lo_ope ... ンでは、 リソース を期待していました。 例 例1 pg_lo_read_all() の例 <?php header ( 'Content-type: image/jpe ...
https://man.plustar.jp/php/function.pg-lo-read-all.html - [similar]
Indicates whether or not there is a frame ready to read 5457
« Stomp::getSessionId Stomp::readFrame » PHP Manual Stomp Indicates whether or not there is a fr ... ame ready to read Stomp::hasFrame stomp_has_frame (PECL sto ... _frame — Indicates whether or not there is a frame ready to read 説明 オブジェクト指向型 (method): public ... ): bool Indicates whether or not there is a frame ready to read. パラメータ link 手続き型のみ: stomp_conn ... tomp リンク ID。 戻り値 Returns true if a frame is ready to read, or false otherwise. 関連キーワード: read ...
https://man.plustar.jp/php/stomp.hasframe.html - [similar]
ソケットから最大バイト長まで読みこむ 5433
« socket_listen socket_recv » PHP Manual ソケット 関数 ソケットから最大バイト長まで読みこむ sock ... et_read (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_read ... — ソケットから最大バイト長まで読みこむ 説明 socket_read ( Socket $socket , int $length , int $mode = PHP_B ... INARY_READ ): string | false 関数 socket_read() は、関数 sock ... パラメータ mode は、名前のある定数です。 PHP_BINARY_READ (デフォルト) - システムの recv() 関数を 使用します ...
https://man.plustar.jp/php/function.socket-read.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT