検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 177 for オフセット (0.022 sec.)
ファイルの内容を全て文字列に読み込む 5261
« file_exists file_put_contents » PHP Manual ファイルシステム 関数 ファイルの内容を全て文字列に読 ... ます。 offset 元のストリーム上で、読み込みを開始するオフセット位置。 負のオフセットは、ストリームの末尾からのオフセ ... 対するシーク ( offset 指定) はサポートしていません。 オフセットが小さい場合はリモートファイルでのシークがうまくいく ...
https://man.plustar.jp/php/function.file-get-contents.html - [similar]
正規表現によるマッチングを行う 5261
« preg_match_all preg_quote » PHP Manual PCRE 関数 正規表現によるマッチングを行う preg_match (PH ... このフラグを設定した場合、各マッチに対応する文字列のオフセットも(バイト単位で)返されます。 これは、 matches の値を ... ことに注意してください。 その配列のすべての要素は、 オフセット 0 で一致した文字列、 およびその文字列のオフセット ... 1 での subject へのオフセットからなります。 <?php preg_match ( '/(foo)(bar)(baz)/ ...
https://man.plustar.jp/php/function.preg-match.html - [similar]
定義済み定数 5261
« リソース型 例 » PHP Manual PCRE 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... このフラグを設定した場合、各マッチに対応する文字列のオフセットも返されます。 これにより、戻り値は配列となり、配列の ... 列、 要素 1 は対象文字列中におけるマッチした文字列のオフセット値となることに注意してください。 このフラグは preg_s ... 実行した場合のみ)。 5.2.0 PREG_BAD_UTF8_OFFSET_ERROR オフセットが妥当な UTF-8 コードポイントの開始位置に対応しない場 ...
https://man.plustar.jp/php/pcre.constants.html - [similar]
定義済み定数 5217
« リソース型 例 » PHP Manual Eio 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... 最大 eio_seek() の whence 引数 EIO_SEEK_SET ( int ) オフセットをバイト数で指定する ( offset )。 EIO_SEEK_CUR ( int ... ) オフセットを現在位置に offset バイト加えた値にする。 EIO_SEEK_ ... END ( int ) オフセットをファイルのサイズに offset バイト加えた値にする。 e ...
https://man.plustar.jp/php/eio.constants.html - [similar]
繰り返し正規表現検索を行う 5217
« preg_last_error preg_match » PHP Manual PCRE 関数 繰り返し正規表現検索を行う preg_match_all (P ... このフラグを設定した場合、各マッチに対応する文字列のオフセットも(バイト単位で)返されます。 これは、 matches の値を ... ことに注意してください。 その配列のすべての要素は、 オフセット 0 で一致した文字列 およびその文字列のオフセット 1 ... での subject へのオフセットからなります。 <?php preg_match_all ( '/(foo)(bar)(b ...
https://man.plustar.jp/php/function.preg-match-all.html - [similar]
正規表現で文字列を分割する 5217
« preg_replace ssdeep » PHP Manual PCRE 関数 正規表現で文字列を分割する preg_split (PHP 4, PHP 5 ... このフラグを設定した場合、各マッチに対応する文字列のオフセットも返されます。 これにより、戻り値は配列となり、配列の ... 文字列、 要素 1 は subject におけるマッチした文字列のオフセット値となることに 注意してください。 戻り値 pattern にマ ... 4] => n [5] => g ) 例3 文字列をマッチするものとそのオフセットに分割 <?php $str = 'hypertext language programming' ...
https://man.plustar.jp/php/function.preg-split.html - [similar]
画像にテキストによる注記を加える 5172
« Imagick::animateImages Imagick::appendImages » PHP Manual Imagick 画像にテキストによる注記を加 ... む ImagickDraw オブジェクト。 x テキストの左端の水平オフセットをあらわすピクセル数。 y テキストのベースラインの垂直 ...
https://man.plustar.jp/php/imagick.annotateimage.html - [similar]
サンプル 5172
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... Example#51 - 文字列の例 Example#52 - 不正な文字列のオフセットの例 Example#53 - シンプルな配列定義 Example#54 - 型 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
数値をパースする 5172
« NumberFormatter::parseCurrency NumberFormatter::setAttribute » PHP Manual NumberFormatter 数値 ... 使用します。 offset 文字列中でパースを開始する位置のオフセット。 結果を返す際に、この値はパース終了時のオフセット...
https://man.plustar.jp/php/numberformatter.parse.html - [similar]
通貨をパースする 5172
« NumberFormatter::getTextAttribute NumberFormatter::parse » PHP Manual NumberFormatter 通貨をパ ... パラメータ。 offset 文字列中でパースを開始する位置のオフセット。 結果を返す際に、この値はパース終了時のオフセット...
https://man.plustar.jp/php/numberformatter.parsecurrency.html - [similar]