検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 149 for binary (0.199 sec.)
FTP サーバーからファイルを取得し、ローカルファイルに書き込む(非ブロッキング) 6125
« ftp_nb_fput ftp_nb_put » PHP Manual FTP 関数 FTP サーバーからファイルを取得し、ローカルファイル ... lename , string $remote_filename , int $mode = FTP_BINARY , int $offset = 0 ): int ftp_nb_get() は FTP サーバ ... イルのパス。 mode 転送モード。 FTP_ASCII または FTP_BINARY のどちらかを指定する必要があります。 offset ダウン ... $ret = ftp_nb_get ( $ftp , "test" , "README" , FTP_BINARY ); while ( $ret == FTP_MOREDATA ) { // 何かお好みの ... $ret = ftp_nb_get ( $ftp , "test" , "README" , FTP_BINARY , filesize ( "test" )); // あるいは: $ret = ftp_nb ...
https://man.plustar.jp/php/function.ftp-nb-get.html - [similar]
文字列の sha1 ハッシュを計算する 6125
« sha1_file similar_text » PHP Manual String 関数 文字列の sha1 ハッシュを計算する sha1 (PHP 4 > ... を参照ください。 説明 sha1 ( string $string , bool $binary = false ): string » US Secure Hash Algorithm 1 を使 ... ッシュを計算します。 パラメータ string 入力文字列。 binary オプションの binary に true が指定された場合、sha1 ... ュを作る 関連キーワード: ハッシュ , 計算 , string , binary , パスワード , file , 関数 , hash , ダイジェスト , ...
https://man.plustar.jp/php/function.sha1.html - [similar]
xdiff 関数 6125
« 定義済み定数 xdiff_file_bdiff_size » PHP Manual xdiff xdiff 関数 xdiff 関数 目次 xdiff_file_bd ... バイナリ diff 形式のパッチを適用する xdiff_file_diff_binary — xiff_file_bdiff のエイリアス xdiff_file_diff — 2 ... 3 つのファイルをひとつに統合する xdiff_file_patch_binary — xdiff_file_bpatch のエイリアス xdiff_file_patch ... イナリ diff 形式のパッチを適用する xdiff_string_diff_binary — xdiff_string_bdiff のエイリアス xdiff_string_dif ... 3 つの文字列をひとつに統合する xdiff_string_patch_binary — xdiff_string_bpatch のエイリアス xdiff_string_pa ...
https://man.plustar.jp/php/ref.xdiff.html - [similar]
xdiff 6102
« xattr_supported はじめに » PHP Manual ファイルシステム xdiff xdiff はじめに インストール/設定 ... バイナリ diff 形式のパッチを適用する xdiff_file_diff_binary — xiff_file_bdiff のエイリアス xdiff_file_diff — 2 ... 3 つのファイルをひとつに統合する xdiff_file_patch_binary — xdiff_file_bpatch のエイリアス xdiff_file_patch ... イナリ diff 形式のパッチを適用する xdiff_string_diff_binary — xdiff_string_bdiff のエイリアス xdiff_string_dif ... 3 つの文字列をひとつに統合する xdiff_string_patch_binary — xdiff_string_bpatch のエイリアス xdiff_string_pa ...
https://man.plustar.jp/php/book.xdiff.html - [similar]
文字列のmd5ハッシュ値を計算する 6102
« md5_file metaphone » PHP Manual String 関数 文字列のmd5ハッシュ値を計算する md5 (PHP 4, PHP 5, ... を参照ください。 説明 md5 ( string $string , bool $binary = false ): string » RSA Data Security, Inc. の MD5 ... そのハッシュを返します。 パラメータ string 文字列。 binary オプションの binary に true が指定された場合、 md5 ... ュを作る 関連キーワード: 計算 , ハッシュ , string , binary , file , パスワード , 関数 , hash , ダイジェスト , ...
https://man.plustar.jp/php/function.md5.html - [similar]
FTP サーバーにファイルを保存する(非ブロッキング) 6031
« ftp_nb_get ftp_nlist » PHP Manual FTP 関数 FTP サーバーにファイルを保存する(非ブロッキング) ... ilename , string $local_filename , int $mode = FTP_BINARY , int $offset = 0 ): int | false ftp_nb_put() はロ ... イルのパス。 mode 転送モード。 FTP_ASCII または FTP_BINARY のどちらかを指定する必要があります。 offset リモー ... nb_put ( $ftp , "test.remote" , "test.local" , FTP_BINARY ); while ( $ret == FTP_MOREDATA ) { // 何かお好みの ... nb_put ( $ftp , "test.remote" , "test.local" , FTP_BINARY , ftp_size ( "test.remote" )); // あるいは: $ret = ...
https://man.plustar.jp/php/function.ftp-nb-put.html - [similar]
Returns the Canonical Extended JSON representation of a BSON value 6031
« MongoDB\BSON\fromPHP MongoDB\BSON\toJSON » PHP Manual 関数 Returns the Canonical Extended JSON ... MongoDB \ BSON \ Decimal128 ( '1234.5678' ) ], [ 'binary' => new MongoDB \ BSON \ Binary ( 'foo' , MongoDB ... \ BSON \ Binary :: TYPE_GENERIC ) ], [ 'date' => new MongoDB \ BSO ... "dec128" : { "$numberDecimal" : "1234.5678" } } { "binary" : { "$binary" : { "base64": "Zm9v", "subType" : " ...
https://man.plustar.jp/php/function.mongodb.bson-tocanonicalextendedjson.html - [similar]
Returns the Legacy Extended JSON representation of a BSON value 6031
« MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toPHP » PHP Manual 関数 Returns the Legacy E ... MongoDB \ BSON \ Decimal128 ( '1234.5678' ) ], [ 'binary' => new MongoDB \ BSON \ Binary ( 'foo' , MongoDB ... \ BSON \ Binary :: TYPE_GENERIC ) ], [ 'date' => new MongoDB \ BSO ... "dec128" : { "$numberDecimal" : "1234.5678" } } { "binary" : { "$binary" : "Zm9v", "$type" : "00" } } { "dat ...
https://man.plustar.jp/php/function.mongodb.bson-tojson.html - [similar]
型の相互変換 6031
« 型宣言 変数 » PHP Manual 型 型の相互変換 型の相互変換 PHP は、変数定義時に明示的な型定義を必要 ... ブジェクトへのキャスト (unset) - NULL へのキャスト (binary) によるキャストや b プレフィックスもサポートされて ... います。 (binary) によるキャストは本質的には (string) と同じですが、 ... 列や変数を、バイナリ文字列にキャストします。 <?php $binary = (binary) $string ; $binary = b"binary string" ; ...
https://man.plustar.jp/php/language.types.type-juggling.html - [similar]
BASE64 でエンコードされたテキストをデコードする 5996
« imap_append imap_binary » PHP Manual IMAP 関数 BASE64 でエンコードされたテキストをデコードする ... 返します。 失敗した場合に false を返します 参考 imap_binary() - 8 ビット文字列を base64 文字列に変換する base6 ... 6.8 関連キーワード: デコード , テキスト , string , binary , 方式 , データ , append , 関数 , パラメータ , メッ ...
https://man.plustar.jp/php/function.imap-base64.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT