検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 291 for length (0.034 sec.)
データを暗号化する 5642
« openssl_digest openssl_error_string » PHP Manual OpenSSL 関数 データを暗号化する openssl_encry ... string &$tag = null , string $aad = "" , int $tag_length = 16 ): string | false 与えられた文字列を与えられた ... タグを参照で渡します。 aad 追加の認証済みデータ tag_length 認証 tag の長さ。 GCMモードでは、この値は 4 から 1 ... 変更履歴 バージョン 説明 7.1.0 tag 、 aad および tag_length パラメータが追加されました。 例 例1 PHP 7.1以降で、 ... t_cipher_methods ())) { $ivlen = openssl_cipher_iv_length ( $cipher ); $iv = openssl_random_pseudo_bytes ( $ ...
https://man.plustar.jp/php/function.openssl-encrypt.html - [similar]
メッセージヘッダを読み込む 5604
« imap_header imap_headers » PHP Manual IMAP 関数 メッセージヘッダを読み込む imap_headerinfo (PH ... AP\Connection $imap , int $message_num , int $from_length = 0 , int $subject_length = 0 ): stdClass | false ... スのインスタンス。 message_num メッセージ番号。 from_length fetchfrom プロパティの文字数。 ゼロ以上でなければな ... りません。 subject_length fetchsubject プロパティの文字数。 ゼロ以上でなけれ ... nix time で表したもの。 fetchfrom - from 行を from_length 文字に適合させたもの。 fetchsubject - subject 行を ...
https://man.plustar.jp/php/function.imap-headerinfo.html - [similar]
LOB の内容をファイルに出力する 5604
« OCILob::erase OCILob::flush » PHP Manual OCILob LOB の内容をファイルに出力する OCILob::export ... ( string $filename , ? int $offset = null , ? int $length = null ): bool LOB の内容をファイルに出力します。 ... ame ファイルへのパス。 offset 出力を開始する位置。 length 出力するデータの長さ。 戻り値 成功した場合に true ... 歴 バージョン 説明 8.0.0, PECL OCI8 3.0.0 offset と length は、nullable になりました。 8.0.0, PECL OCI8 3.0.0 ... 内容 , OCILob , ファイル , OCI , export , offset , length , 名前 ...
https://man.plustar.jp/php/ocilob.export.html - [similar]
ラージオブジェクトを切りつめる 5604
« OCILob::tell OCILob::write » PHP Manual OCILob ラージオブジェクトを切りつめる OCILob::truncate ... クトを切りつめる 説明 public OCILob::truncate ( int $length = 0 ): bool LOB を切りつめます。 パラメータ length ... 指定した場合は、このメソッドはラージオブジェクトを length バイトに切りつめます。 そうでない場合は、LOB を完全 ... ード: ラージオブジェクト , OCILob , truncate , OCI , length , 変更 , 名前 , LOB , 参考 , 規約 ...
https://man.plustar.jp/php/ocilob.truncate.html - [similar]
ファイルポインタから 1 行取得する 5566
« fgetcsv fgetss » PHP Manual ファイルシステム 関数 ファイルポインタから 1 行取得する fgets (PHP ... 行取得する 説明 fgets ( resource $stream , ? int $length = null ): string | false ファイルポインタから 1 行 ... されていない) ファイルを指している必要があります。 length 読み出しは、 length - 1 バイト読み出したか、(戻り値 ... F に達したかのいずれかが起こった時点で終了します。 length が指定されない場合は、行末に達するまで読み続けます ... 。 戻り値 stream で指定したファイルポインタから最大 length - 1 バイト読み出し、 その文字列を返します。ファイル ...
https://man.plustar.jp/php/function.fgets.html - [similar]
バイナリセーフな gz ファイル書き込み 5566
« gzuncompress inflate_add » PHP Manual Zlib 関数 バイナリセーフな gz ファイル書き込み gzwrite ( ... gzwrite ( resource $stream , string $data , ? int $length = null ): int | false gzwrite() は data の内容を与 ... る必要があります。 data 書き込む文字列を指定します。 length 書き込む解凍されたバイト数を指定します。 もし指定さ ... れた場合、 length バイトのデータが書き込まれたか、 data の終わりに達 ... き込みは終了します。 変更履歴 バージョン 説明 8.0.0 length は、nullable になりました。 これより前のバージョン ...
https://man.plustar.jp/php/function.gzwrite.html - [similar]
LONG カラムを処理する 5566
« odbc_gettypeinfo odbc_next_result » PHP Manual ODBC 関数 LONG カラムを処理する odbc_longreadle ... 説明 odbc_longreadlen ( resource $statement , int $length ): bool LONG および LONGVARBINARY のカラムを処理す ... 経由で設定できます。 パラメータ statement 結果 ID。 length PHP に返されるバイト数は、パラメータ length により ... 関連キーワード: カラム , 処理 , LONG , longreadlen , length , 制御 , 注意 , result , パラメータ , LONGVARBINAR ...
https://man.plustar.jp/php/function.odbc-longreadlen.html - [similar]
ラージオブジェクトを読み込む 5566
« pg_lo_read_all pg_lo_seek » PHP Manual PostgreSQL 関数 ラージオブジェクトを読み込む pg_lo_read ... トを読み込む 説明 pg_lo_read ( PgSql\Lob $lob , int $length = 8192 ): string | false pg_lo_read() は、ラージオ ... ブジェクトから最大 length バイト分読み込み、文字列として返します。 ラージオブ ... o_open() が返した PgSql\Lob クラスのインスタンス。 length 返すデータの最大バイト数(オプション)。 戻り値 ラ ... ージオブジェクトから length バイトのデータを 文字列で返します。エラー時には fa ...
https://man.plustar.jp/php/function.pg-lo-read.html - [similar]
OCILob クラス 5518
« OCICollection::trim OCILob::append » PHP Manual OCI8 OCILob クラス OCILob クラス (PHP 5, PHP 7 ... bool public erase ( ? int $offset = null , ? int $length = null ): int | false public export ( string $file ... name , ? int $offset = null , ? int $length = null ): bool public flush ( int $flag = 0 ): boo ... public load (): string | false public read ( int $length ): string | false public rewind (): bool public sa ... public tell (): int | false public truncate ( int $length = 0 ): bool public write ( string $data , ? int $l ...
https://man.plustar.jp/php/class.ocilob.html - [similar]
バイナリ対応のgzファイル読み込み 5518
« gzputs gzrewind » PHP Manual Zlib 関数 バイナリ対応のgzファイル読み込み gzread (PHP 4, PHP 5, ... ァイル読み込み 説明 gzread ( resource $stream , int $length ): string | false gzread() は、最大 length バイトの ... gz ファイルポインタ から読み込みます。(伸長された) length バイトのデータが読み込まれたか、 EOF に達したとき、 ... りオープンできたファイルを指している必要があります。 length 読み込むバイト数を指定します。 戻り値 読み込まれた ... 読み込み , ポインタ , ファイル , gzread , データ , length , バイト ...
https://man.plustar.jp/php/function.gzread.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT