検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 149 for binary (0.010 sec.)
2 進数 を 10 進数に変換する 8889
« base_convert ceil » PHP Manual Math 関数 2 進数 を 10 進数に変換する bindec (PHP 4, PHP 5, PHP ... 2 進数 を 10 進数に変換する 説明 bindec ( string $binary_string ): int | float 引数 binary_string により指定 ... float となることもあります。 bindec() は、すべての binary_string 値を符号なし整数として扱います。 これは、 b ... 号ビットではなく別の桁とみなすからです。 パラメータ binary_string 変換したい 2 進数文字列。 binary_string に無 ... ータ型を使用すると、予期せぬ結果となります。 戻り値 binary_string を 10 進に変換した値を返します。 変更履歴 バ ...
https://man.plustar.jp/php/function.bindec.html - [similar]
ビット演算子 8538
« 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特 ... n" , $val ); printf ( " res=%d\n" , $res ); echo " Binary:\n" ; printf ( ' val=' . $format , $val ); printf ... RS --- Expression: 2 = 4 >> 1 Decimal: val=4 res=2 Binary: val=00000000000000000000000000000100 res=00000000 ... t side Expression: 1 = 4 >> 2 Decimal: val=4 res=1 Binary: val=00000000000000000000000000000100 res=00000000 ... 000001 Expression: 0 = 4 >> 3 Decimal: val=4 res=0 Binary: val=00000000000000000000000000000100 res=00000000 ...
https://man.plustar.jp/php/language.operators.bitwise.html - [similar]
BSON type classes and serialization functions 7648
« MongoDB\Driver\WriteResult::isAcknowledged 関数 » PHP Manual MongoDB BSON type classes and ser ... d JSON representation of a BSON value MongoDB\BSON\Binary — The MongoDB\BSON\Binary class MongoDB\BSON\Binar ... y::__construct — Construct a new Binary MongoDB\BSON\Binary::getData — Returns the Binary' ... s data MongoDB\BSON\Binary::getType — Returns the Binary's type MongoDB\BSON\ ... ntation that can be converted to JSON MongoDB\BSON\Binary::serialize — Serialize a Binary MongoDB\BSON\Binar ...
https://man.plustar.jp/php/book.bson.html - [similar]
Returns a representation that can be converted to JSON 7460
« MongoDB\BSON\Binary::getType MongoDB\BSON\Binary::serialize » PHP Manual MongoDB\BSON\Binary R ... ntation that can be converted to JSON MongoDB\BSON\Binary::jsonSerialize (mongodb >=1.2.0) MongoDB\BSON\Bina ... e converted to JSON 説明 final public MongoDB\BSON\Binary::jsonSerialize (): mixed パラメータ この関数にはパ ... n extended JSON representation of the MongoDB\BSON\Binary . 注意 : The output is consistent with the MongoDB ...
https://man.plustar.jp/php/mongodb-bson-binary.jsonserialize.html - [similar]
Unpack the binary data received from the client. 7390
« Swoole\WebSocket\Server::push Tidy » PHP Manual Swoole\WebSocket\Server Unpack the binary data ... .9.0) Swoole\WebSocket\Server::unpack — Unpack the binary data received from the client. 説明 public static ... Swoole\WebSocket\Server::unpack ( binary $data ): string パラメータ data 戻り値 関連キーワー ... ド: data , binary , Unpack , received , from , the , Swoole , Server ...
https://man.plustar.jp/php/swoole-websocket-server.unpack.html - [similar]
Dump the function as a binary blob 7367
« LuaSandboxFunction::__construct LuaSandboxError » PHP Manual LuaSandboxFunction Dump the funct ... ion as a binary blob LuaSandboxFunction::dump (PECL luasandbox >= ... LuaSandboxFunction::dump — Dump the function as a binary blob 説明 public LuaSandboxFunction::dump (): stri ... ng Dumps the function as a binary blob. パラメータ この関数にはパラメータはありません ... rns a string that may be passed to LuaSandbox::loadBinary() . 関連キーワード: function , binary , Dump , the ...
https://man.plustar.jp/php/luasandboxfunction.dump.html - [similar]
Get a pack of binary data to send in a single frame. 7238
« Swoole\WebSocket\Server::on Swoole\WebSocket\Server::push » PHP Manual Swoole\WebSocket\Server ... Get a pack of binary data to send in a single frame. Swoole\WebSocket\S ... 9.0) Swoole\WebSocket\Server::pack — Get a pack of binary data to send in a single frame. 説明 public static ... ode = ? , string $finish = ? , string $mask = ? ): binary パラメータ data opcode finish mask 戻り値 関連キー ... ワード: pack , data , binary , Get , single , send , Server , Swoole , in , of ...
https://man.plustar.jp/php/swoole-websocket-server.pack.html - [similar]
Append the string or binary data at the end of the memory buffer and return the ... 7168
« Swoole\Buffer Swoole\Buffer::clear » PHP Manual Swoole\Buffer Append the string or binary data ... .9.0) Swoole\Buffer::append — Append the string or binary data at the end of the memory buffer and return th ... string $data ): int パラメータ data The string or binary data to append at the end of the memory buffer. 戻 ... Buffer , data , append , string , buffer , size , binary , new ...
https://man.plustar.jp/php/swoole-buffer.append.html - [similar]
xdiff_file_bpatch のエイリアス 7015
« xdiff_file_merge3 xdiff_file_patch » PHP Manual xdiff 関数 xdiff_file_bpatch のエイリアス xdif ... f_file_patch_binary (PECL xdiff >= 0.2.0) xdiff_file_patch_binary — xd ... iff_file_bpatch のエイリアス 説明 xdiff_file_patch_binary ( string $file , string $patch , string $dest ): b ... た場合に false を返します。 例 例1 xdiff_file_patch_binary() の例 以下のコードはバイナリ diff 形式のパッチをフ ... ch = 'archive.bpatch' ; $result = xdiff_file_patch_binary ( $old_version , $patch , 'archive-1.1.tgz' ); if ...
https://man.plustar.jp/php/function.xdiff-file-patch-binary.html - [similar]
The Swoole\WebSocket\Server class 6793
« Swoole\WebSocket\Frame Swoole\WebSocket\Server::exist » PHP Manual Swoole The Swoole\WebSocket ... ode = ? , string $finish = ? , string $mask = ? ): binary public push ( string $fd , string $data , string $ ... string $finish = ? ): void public static unpack ( binary $data ): string /* 継承したメソッド */ public Swoo ... tion Swoole\WebSocket\Server::pack — Get a pack of binary data to send in a single frame. Swoole\WebSocket\S ... ient. Swoole\WebSocket\Server::unpack — Unpack the binary data received from the client. 関連キーワード: Swo ...
https://man.plustar.jp/php/class.swoole-websocket-server.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT