検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 149 for binary (0.077 sec.)
FTP サーバーからファイルをダウンロードする 5621
« ftp_get_option ftp_login » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードする ftp_ ... lename , string $remote_filename , int $mode = FTP_BINARY , int $offset = 0 ): bool ftp_get() は FTP サーバー ... イルのパス。 mode 転送モード。 FTP_ASCII または FTP_BINARY のどちらかを指定する必要があります。 offset リモー ... ftp_get ( $ftp , $local_file , $server_file , FTP_BINARY )) { echo "Successfully written to $local_file \n" ...
https://man.plustar.jp/php/function.ftp-get.html - [similar]
Returns the BSON representation of a PHP value 5621
« MongoDB\BSON\fromJSON MongoDB\BSON\toCanonicalExtendedJSON » PHP Manual 関数 Returns the BSON ... cument) to its » BSON representation. The returned binary string will describe a BSON document. パラメータ v ... rialized. 戻り値 The serialized BSON document as a binary string. エラー / 例外 Throws MongoDB\Driver\Except ...
https://man.plustar.jp/php/function.mongodb.bson-fromphp.html - [similar]
LuaSandbox 5586
« LuaClosure::__invoke はじめに » PHP Manual その他の基本モジュール LuaSandbox LuaSandbox はじめ ... the versions of LuaSandbox and Lua LuaSandbox::loadBinary — Load a precompiled binary chunk into the Lua env ... LuaSandboxFunction::dump — Dump the function as a binary blob LuaSandboxError — The LuaSandboxError class L ...
https://man.plustar.jp/php/book.luasandbox.html - [similar]
オープン中のファイルを FTP サーバーに保存する(非ブロッキング) 5586
« ftp_nb_fget ftp_nb_get » PHP Manual FTP 関数 オープン中のファイルを FTP サーバーに保存する(非 ... mote_filename , resource $stream , int $mode = FTP_BINARY , int $offset = 0 ): int ftp_nb_fput() は、ファイル ... 終了します。 mode 転送モード。 FTP_ASCII または FTP_BINARY のどちらかを指定する必要があります。 offset リモー ... 始する $ret = ftp_nb_fput ( $ftp , $file , $fp , FTP_BINARY ); while ( $ret == FTP_MOREDATA ) { // 何かお好みの ...
https://man.plustar.jp/php/function.ftp-nb-fput.html - [similar]
定義済み定数 5563
« リソース型 例 » PHP Manual FTP 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... FTP_TEXT ( int ) FTP_ASCII のエイリアスです。 FTP_BINARY ( int ) FTP_IMAGE ( int ) FTP_BINARY のエイリアスで ...
https://man.plustar.jp/php/ftp.constants.html - [similar]
FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する(非ブロ... 5563
« ftp_nb_continue ftp_nb_fput » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードし、オ ... stream , string $remote_filename , int $mode = FTP_BINARY , int $offset = 0 ): int ftp_nb_fget() は、FTP サー ... イルのパス。 mode 転送モード。 FTP_ASCII または FTP_BINARY のどちらかを指定する必要があります。 offset ダウン ... 始する $ret = ftp_nb_fget ( $ftp , $fp , $file , FTP_BINARY ); while ( $ret == FTP_MOREDATA ) { // 何かお好みの ...
https://man.plustar.jp/php/function.ftp-nb-fget.html - [similar]
バイナリ diff を適用して作成するファイルのサイズを読み込む 5528
« xdiff_file_rabdiff xdiff_string_bdiff » PHP Manual xdiff 関数 バイナリ diff を適用して作成する ... てできあがるファイルのサイズを読み込みます。 <?php $binary_patch = file_get_contents ( 'file.bdiff' ); $lengt ... h = xdiff_string_bdiff_size ( $binary_patch ); echo "Resulting file will be $length byte ...
https://man.plustar.jp/php/function.xdiff-string-bdiff-size.html - [similar]
区別できないソケットの組を作成し、配列に保存する 5458
« socket_create_listen socket_create » PHP Manual ソケット 関数 区別できないソケットの組を作成し ... ad ( $sockets [ 1 ], strlen ( "ABCdef123\n" ), PHP_BINARY_READ )) === false ) { echo "socket_read() failed. ... socket_read ( $ary [ 1 ], strlen ( $strtwo ), PHP_BINARY_READ ) == $strtwo ) { echo "Received $strtwo \n" ; ... socket_read ( $ary [ 0 ], strlen ( $strone ), PHP_BINARY_READ ) == $strone ) { echo "Received $strone \n" ; ...
https://man.plustar.jp/php/function.socket-create-pair.html - [similar]
Create a new ClientEncryption object 5458
« MongoDB\Driver\ClientEncryption MongoDB\Driver\ClientEncryption::createDataKey » PHP Manual Mo ... string>, privateKey: <base64 string>|<MongoDB\BSON\Binary>, endpoint: <optional string> // Defaults to "oaut ... crypt data keys key: <base64 string>|<MongoDB\BSON\Binary> } tlsOptions array A document containing the TLS ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.construct.html - [similar]
Create a new encryption data key 5458
« MongoDB\Driver\ClientEncryption::__construct MongoDB\Driver\ClientEncryption::decrypt » PHP Ma ... $kmsProvider , array $options = ? ): MongoDB\BSON\Binary Creates a new key document and inserts it into the ... ns the identifier of the new key as a MongoDB\BSON\Binary object with subtype 4 (UUID). エラー / 例外 引数の ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.createdatakey.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT