Results of 1 - 10 of about 32 for written (0.030 sec.)
- Write contents of the buffer to a file or socket 13097
- « EventBuffer::unlock EventBufferEvent » PHP Manual EventBuffer Write contents of the buffer to
...
be drained after the bytes have been successfully written. パラメータ fd Socket resource, stream or numeric ...
bytes to write. 戻り値 Returns the number of bytes written, or false on error. 参考 EventBuffer::read() - Rea ...
EventBuffer , the , or , of , bytes , descriptor , written ...
-
https://man.plustar.jp/php/eventbuffer.write.html
- [similar]
- バイナリセーフなファイル書き込み処理 12742
- « ftruncate glob » PHP Manual ファイルシステム 関数 バイナリセーフなファイル書き込み処理 fwrite
...
function fwrite_stream ( $fp , $string ) { for ( $written = 0 ; $written < strlen ( $string ); $written += $ ...
e ) { $fwrite = fwrite ( $fp , substr ( $string , $written )); if ( $fwrite === false ) { return $written ; } ...
} return $written ; } ?> 注意 : (Windowsのように)バイナリとテキストフ ...
-
https://man.plustar.jp/php/function.fwrite.html
- [similar]
- Represents a position (x,y) 9843
- « インストール手順 UI\Point::at » PHP Manual UI Represents a position (x,y) Represents a positio
...
プロパティ x Holds the X co-ordinate, can be read/written directly y Holds the Y co-ordinate, can be read/wr ...
-
https://man.plustar.jp/php/class.ui-point.html
- [similar]
- Represents dimensions (width, height) 9843
- « UI\Point::setY UI\Size::__construct » PHP Manual UI Represents dimensions (width, height) Repr
...
) } プロパティ width Holds the width, can be read/written directly height Holds the height, can be read/writ ...
-
https://man.plustar.jp/php/class.ui-size.html
- [similar]
- The MongoDB\Driver\ReadConcern class 9295
- « MongoDB\Driver\ReadPreference::unserialize MongoDB\Driver\ReadConcern::bsonSerialize » PHP Man
...
data. Provides no guarantee that the data has been written to a majority of the replica set members (i.e. may ...
data. Provides no guarantee that the data has been written to a majority of the replica set members (i.e. may ...
nce's most recent data acknowledged as having been written to a majority of members in the replica set. To us ...
-
https://man.plustar.jp/php/class.mongodb-driver-readconcern.html
- [similar]
- ファイルに書き込む 9295
- « SplFileObject::ftruncate SplFileObject::getChildren » PHP Manual SplFileObject ファイルに書き込
...
$file = new SplFileObject ( "fwrite.txt" , "w" ); $written = $file -> fwrite ( "12345" ); echo " $written バイ ...
-
https://man.plustar.jp/php/splfileobject.fwrite.html
- [similar]
- Copy data to named shared memory 9295
- « SyncSharedMemory::size その他の基本モジュール » PHP Manual SyncSharedMemory Copy data to named
...
the size of the shared memory, the number of bytes written returned will be less than the length of the input ...
. 戻り値 An integer containing the number of bytes written to shared memory. 例 例1 SyncSharedMemory::write() ...
-
https://man.plustar.jp/php/syncsharedmemory.write.html
- [similar]
- 共有メモリブロックにデータを書き込む 8940
- « shmop_size Shmop » PHP Manual 共有メモリ関数 共有メモリブロックにデータを書き込む shmop_write
...
例1 共有メモリブロックに書き込む <?php $shm_bytes_written = shmop_write ( $shm_id , $my_string , 0 ); ?> この ...
ータを共有メモリブロックに書き込みます。 $shm_bytes_written には、書かれたデータのバイト数が入ります。 参考 sh ...
-
https://man.plustar.jp/php/function.shmop-write.html
- [similar]
- 基本的な使用法 8940
- « 例 共有メモリ関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 共有メモリ操作の概要 <?php
...
メモリにテスト用の文字列を書き込んでみる $shm_bytes_written = shmop_write ( $shm_id , "my shared memory block" ...
, 0 ); if ( $shm_bytes_written != strlen ( "my shared memory block" )) { echo "デ ...
-
https://man.plustar.jp/php/shmop.examples-basic.html
- [similar]
- Write data to a file asynchronously 8038
- « swoole_async_write swoole_clear_error » PHP Manual Swoole 関数 Write data to a file asynchrono
...
= 0 ): bool パラメータ filename The filename being written. content The content writing to the file. callback ...
-
https://man.plustar.jp/php/function.swoole-async-writefile.html
- [similar]