検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 299 for offset (0.024 sec.)
指定した位置から指定した長さの 2 つの文字列について、バイナリ対応で比較する 5923
« strtr substr_count » PHP Manual String 関数 指定した位置から指定した長さの 2 つの文字列について ... compare ( string $haystack , string $needle , int $offset , ? int $length = null , bool $case_insensitive = ... false ): int substr_compare() は、 haystack の offset 文字目以降の最大 length 文字を、 needle と比較しま ... たい最初の文字列。 needle 比較したい二番目の文字列。 offset 比較を開始する位置。 負の値を指定した場合は、文字列 ... 比較する長さ。デフォルト値は、 haystack の長さから offset を引いたものと needle の長さのうち、長いほうです。 ...
https://man.plustar.jp/php/function.substr-compare.html - [similar]
配列の一部を展開する 5895
« array_shift array_splice » PHP Manual 配列 関数 配列の一部を展開する array_slice (PHP 4, PHP 5 ... 部を展開する 説明 array_slice ( array $array , int $offset , ? int $length = null , bool $preserve_keys = fal ... se ): array array_slice() は、 array から引数 offset および length で指定された連続する要素を返します。 ... パラメータ array 入力の配列。 offset offset が負の値ではない場合、要素位置の計算は、 配 ... 列 array の offset から始められます。 offset が負の場合、要素位置の計 ...
https://man.plustar.jp/php/function.array-slice.html - [similar]
指定した範囲の文字列をノードから削除する 5857
« DOMCharacterData::appendData DOMCharacterData::insertData » PHP Manual DOMCharacterData 指定し ... する 説明 public DOMCharacterData::deleteData ( int $offset , int $count ): bool offset で指定した位置から cou ... nt 文字ぶんの文字を削除します。 パラメータ offset 削除開始位置のオフセット。 count 削除する文字の数。 ... offset と count の和が文字列の長さをこえている場合、データ ... 値を返しません。 エラー / 例外 DOM_INDEX_SIZE_ERR offset が負、あるいは 16 ビット単位の データ長より大きい場 ...
https://man.plustar.jp/php/domcharacterdata.deletedata.html - [similar]
DOMCharacterData ノードの文字列の一部を置換する 5857
« DOMCharacterData::insertData DOMCharacterData::substringData » PHP Manual DOMCharacterData DOM ... る 説明 public DOMCharacterData::replaceData ( int $offset , int $count , string $data ): bool 位置 offset... 文字ぶんのデータを、 data に置換します。 パラメータ offset 置換開始位置のオフセット。 count 置換する文字の数。 ... offset と count の和が文字列の長さをこえている場合、データ ... 値を返しません。 エラー / 例外 DOM_INDEX_SIZE_ERR offset が負、あるいは 16 ビット単位の データ長より大きい場 ...
https://man.plustar.jp/php/domcharacterdata.replacedata.html - [similar]
Return the name of the specified field index 5819
« cubrid_field_len cubrid_field_seek » PHP Manual CUBRID MySQL 互換関数 Return the name of the s ... cubrid_field_name ( resource $result , int $field_offset ): string This function returns the name of the sp ... result comes from a call to cubrid_execute() field_offset The numerical field offset. The field_offset start ... s at 0. If field_offset does not exist, an error of level E_WARNING is als ... ード: specified , key , Return , cubrid , the , of , offset , not , primary , unique ...
https://man.plustar.jp/php/function.cubrid-field-name.html - [similar]
配列の一部を削除し、他の要素で置換する 5791
« array_slice array_sum » PHP Manual 配列 関数 配列の一部を削除し、他の要素で置換する array_spli ... で置換する 説明 array_splice ( array &$array , int $offset , ? int $length = null , mixed $replacement = [] ) ... : array 配列 array から offset および length で指定された要素を削除し、配列 repla ... する可能性があります。 パラメータ array 入力の配列。 offset offset が正の場合、削除される部分は 配列 array の最 ... 指定オフセットの ぶんだけ進んだ位置からとなります。 offset が負の場合、削除される部分は、 array の末尾から数え ...
https://man.plustar.jp/php/function.array-splice.html - [similar]
LimitIterator を作成する 5791
« LimitIterator LimitIterator::current » PHP Manual LimitIterator LimitIterator を作成する Limit ... tIterator::__construct ( Iterator $iterator , int $offset = 0 , int $limit = -1 ) 開始位置 offset と最大数 l ... します。 パラメータ iterator 制限したいイテレータ。 offset オプションの開始位置。 limit オプションの要素数。 ... エラー / 例外 offset が 0 未満、 あるいは limit が -1 未満の場合に Valu ... or をスローします。 変更履歴 バージョン 説明 8.0.0 offset が 0 未満の場合に、 ValueError をスローするようにな ...
https://man.plustar.jp/php/limititerator.construct.html - [similar]
ラージオブジェクトの内部ポインタをセットする 5791
« OCILob::saveFile OCILob::setBuffering » PHP Manual OCILob ラージオブジェクトの内部ポインタをセ ... ポインタをセットする 説明 public OCILob::seek ( int $offset , int $whence = OCI_SEEK_SET ): bool ラージオブジェ ... クトの内部ポインタをセットします。 パラメータ offset 内部ポインタを whence で示された位置から移動させる ... します。 whence 以下のいずれかです。 OCI_SEEK_SET - offset と等しい位置にセットします OCI_SEEK_CUR - 現在の位 ... 置に offset バイト追加します OCI_SEEK_END - ラージオブジェクト ...
https://man.plustar.jp/php/ocilob.seek.html - [similar]
ストリームラッパーとして登録するクラスの例 5791
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパ ... S [ $this -> varname ]); } function stream_seek ( $offset , $whence ) { switch ( $whence ) { case SEEK_SET : ... if ( $offset < strlen ( $GLOBALS [ $this -> varname ]) && $offs ... et >= 0 ) { $this -> position = $offset ; return true ; } else { return false ; } break; c ... ase SEEK_CUR : if ( $offset >= 0 ) { $this -> position += $offset ; return tru ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
ストリーム内の特定の場所に移動する 5791
« streamWrapper::stream_read streamWrapper::stream_set_option » PHP Manual streamWrapper ストリー ... 動する 説明 public streamWrapper::stream_seek ( int $offset , int $whence = SEEK_SET ): bool このメソッドは、 ... ールされます。 ストリームの読み込み/書き込み位置を、 offset と whence に応じて更新しなければなりません。 パラメ ... ータ offset 移動するストリームオフセット。 whence 使用可能な値 ... SEEK_SET - offset バイト目の位置に移動する。 SEEK_CUR - 現在位置から ...
https://man.plustar.jp/php/streamwrapper.stream-seek.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT