検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 291 for length (0.021 sec.)
DOMNodeList クラス 6082
« DOMNode::replaceChild DOMNodeList::count » PHP Manual DOM DOMNodeList クラス DOMNodeList クラス ... Countable { /* プロパティ */ public readonly int $ length ; /* メソッド */ public count (): int public item ... ): DOMNode | DOMNameSpaceNode | null } プロパティ length リスト内のノードの数。有効な子ノードのインデックス ... の範囲は 0 以上 length - 1 以下 変更履歴 バージョン 説明 8.0.0 DOMNodeLis ... した。 7.2.0 Countable インターフェイスが実装され、 length の値を返すようになりました。 参考 » W3C での NodeL ...
https://man.plustar.jp/php/class.domnodelist.html - [similar]
ファイルポインタから 1 行を得る 6082
« gzgetc gzgetss » PHP Manual Zlib 関数 ファイルポインタから 1 行を得る gzgets (PHP 4, PHP 5, PH ... 1 行を得る 説明 gzgets ( resource $stream , ? int $length = null ): string | false 与えられたファイルポインタ ... から最大 length - 1 バイトの文字を読み込み、 これを含む (非圧縮の) ... 文字列を返します。 length - 1 バイトを読み込むか、改行または EOF になった場合 ... りオープンできたファイルを指している必要があります。 length 取得するデータ長を指定します。 戻り値 非圧縮の文字 ...
https://man.plustar.jp/php/function.gzgets.html - [similar]
Substracts a portion of the buffer data 5996
« EventBuffer::searchEol EventBuffer::unfreeze » PHP Manual EventBuffer Substracts a portion of ... 説明 public EventBuffer::substr ( int $start , int $length = ? ): string Substracts up to length bytes of the ... tart The start position of data to be substracted. length Maximum number of bytes to substract. 戻り値 Retur ... ortion , EventBuffer , of , the , substr , bytes , length ...
https://man.plustar.jp/php/eventbuffer.substr.html - [similar]
Returns the number of training patterns in the train data 5996
« fann_init_weights fann_merge_train_data » PHP Manual Fann 関数 Returns the number of training ... patterns in the train data fann_length_train_data (PECL fann >= 1.0.0) fann_length_train_ ... r of training patterns in the train data 説明 fann_length_train_data ( resource $data ): int Returns the num ... 関連キーワード: data , fann , Returns , patterns , length , resource , init , weights , merge , Fann ...
https://man.plustar.jp/php/function.fann-length-train-data.html - [similar]
データをあるストリームから別のストリームにコピーする 5957
« stream_context_set_params stream_filter_append » PHP Manual ストリーム 関数 データをあるストリ ... to_stream ( resource $from , resource $to , ? int $length = null , int $offset = 0 ): int | false 現在の位置 ... あるいはもし指定されていれば offset の位置)から最大 length バイトのデータを from から to にコピーします。もし ... length が null の 場合は、 from にある残りすべてのデータが ... m コピー元のストリーム。 to コピー先のストリーム。 length コピーする最大バイト数。 デフォルトでは、残りの全て ...
https://man.plustar.jp/php/function.stream-copy-to-stream.html - [similar]
文字列の一部を得る 5919
« mb_str_split mb_strimwidth » PHP Manual マルチバイト文字列 関数 文字列の一部を得る mb_strcut ( ... 明 mb_strcut ( string $string , int $start , ? int $length = null , ? string $encoding = null ): string mb_st ... 、 返される文字列は、 string の先頭から始まります。 length バイト 単位での長さ。 省略したり NULL を指定したり ... 場合は、 文字列の最後までの全バイトを取り出します。 length が負の場合、返される文字列は string の後ろから数え ...length バイト目で終了します。 しかし、負の length の絶対値 ...
https://man.plustar.jp/php/function.mb-strcut.html - [similar]
MQSeries MQGET 5919
« mqseries_disc mqseries_inq » PHP Manual mqseries 関数 MQSeries MQGET mqseries_get (PECL mqseri ... rce $hObj , array &$md , array &$gmo , int &$bufferLength , string &$msg , int &$data_length , resource &$co ... tor (MQMD). gmo Get message options (MQGMO). bufferLength Expected length of the result buffer msg Buffer ho ... e message that was retrieved from the object. data_length Actual buffer length compCode Completion code. rea ... ( $conn , $obj , $mdg , $gmo , 255 , $msg , $data_length , $comp_code , $reason ); if ( $comp_code !== MQSE ...
https://man.plustar.jp/php/function.mqseries-get.html - [similar]
はじめに 5919
« dBase インストール/設定 » PHP Manual dBase はじめに はじめに 注意 : この拡張モジュールは » PEC ... . dBase files are simple sequential files of fixed length records. Records are appended to the end of the fi ... ch field will be ignored D Date YYYYMMDD The field length is limited to 8 T DateTime YYYYMMDDhhmmss.uuu (Fox ... dbase 7.0.0. N Number A number You must declare a length and a precision (the number of digits after the de ... r Same as N . C String A string You must declare a length. When retrieving data, the string will be right-pa ...
https://man.plustar.jp/php/intro.dbase.html - [similar]
データをラージオブジェクトに書き込む 5919
« OCILob::truncate OCILob::writeTemporary » PHP Manual OCILob データをラージオブジェクトに書き込 ... 説明 public OCILob::write ( string $data , ? int $length = null ): int | false パラメータ data からのデータ ... き込みます。 パラメータ data LOB に書き込むデータ。 length このパラメータに整数を指定すると、 length バイト書 ... ます 変更履歴 バージョン 説明 8.0.0, PECL OCI8 3.0.0 length は、nullable になりました。 8.0.0, PECL OCI8 3.0.0 ... 連キーワード: データ , OCILob , ラージオブジェクト , length , OCI , data , パラメータ , バイト , LOB , int ...
https://man.plustar.jp/php/ocilob.write.html - [similar]
ラージオブジェクトの一部を読み込む 5881
« OCILob::load OCILob::rewind » PHP Manual OCILob ラージオブジェクトの一部を読み込む OCILob::rea ... クトの一部を読み込む 説明 public OCILob::read ( int $length ): string | false LOB の内部ポインタの現在位置から ... length バイト読み込みます。 length バイトが読み込まれた、 ... み込まれたバイト数分だけシフトされます。 パラメータ length 読み込むバイト数。大きな値を指定すると、1 MB に切り ... 連キーワード: ラージオブジェクト , OCILob , バイト , length , read , OCI , 名前 , 内部 , ポインタ , load ...
https://man.plustar.jp/php/ocilob.read.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT