検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 299 for offset (0.018 sec.)
文字列の中に指定した文字列が最後に現れる位置を見つける 4778
« mb_strripos mb_strstr » PHP Manual マルチバイト文字列 関数 文字列の中に指定した文字列が最後に現 ... strrpos ( string $haystack , string $needle , int $offset = 0 , ? string $encoding = null ): int | false mb_ ... い文字列。 needle haystack の中で見つけたい文字列。 offset 指定すると、文字列中の任意の文字位置から検索を開始 ... も受け入れるようになりました。 8.0.0 3番目の引数に、 offset の代わりに encoding を渡すことができる仕様は削除さ ... pos , encoding , 文字 , 指定 , haystack , string , offset , 最初 ...
https://man.plustar.jp/php/function.mb-strrpos.html - [similar]
繰り返し正規表現検索を行う 4778
« preg_last_error preg_match » PHP Manual PCRE 関数 繰り返し正規表現検索を行う preg_match_all (P ... t , array &$matches = null , int $flags = 0 , int $offset = 0 ): int | false subject を検索し、 pattern に指 ... n="left">this is a test</div>, this is a test PREG_OFFSET_CAPTURE このフラグを設定した場合、各マッチに対応す ... /(foo)(bar)(baz)/' , 'foobarbaz' , $matches , PREG_OFFSET_CAPTURE ); print_r ( $matches ); ?> 上の例の出力は ... は、 PREG_PATTERN_ORDER が指定されたことになります。 offset 通常、検索は対象文字列の先頭から開始されます。 オプ ...
https://man.plustar.jp/php/function.preg-match-all.html - [similar]
大文字小文字を区別せずに文字列が最初に現れる位置を探す 4741
« stripcslashes stripslashes » PHP Manual String 関数 大文字小文字を区別せずに文字列が最初に現れ ... stripos ( string $haystack , string $needle , int $offset = 0 ): int | false 文字列 haystack の中で needle が ... するか、 明示的に chr() 関数を呼び出すべきでしょう。 offset 指定すると、文字列内での検索開始位置がその位置にな ... needle が見つかった位置を、 haystack 文字列の先頭 (offset の値とは無関係) からの相対位置で返します。 文字列の ... に数値を渡すことは非推奨になりました。 7.1.0 負の offset をサポートするようになりました。 例 例1 stripos() ...
https://man.plustar.jp/php/function.stripos.html - [similar]
副文字列の出現回数を数える 4741
« substr_compare substr_replace » PHP Manual String 関数 副文字列の出現回数を数える substr_count ... r_count ( string $haystack , string $needle , int $offset = 0 , ? int $length = null ): int substr_count() は ... haystack 検索対象の文字列 needle 検索する副文字列 offset 開始位置のオフセット。 負の数を指定すると、文字列の ... .0.0 length は、nullable になりました。 7.1.0 負の offset と length をサポートするようになりました。 length ... nt , haystack , length , 関数 , オフセット , int , offset ...
https://man.plustar.jp/php/function.substr-count.html - [similar]
輝度の範囲にもとづいて各ピクセルの閾値を選択する 4741
« Imagick::adaptiveSharpenImage Imagick::addImage » PHP Manual Imagick 輝度の範囲にもとづいて各ピ ... veThresholdImage ( int $width , int $height , int $offset ): bool 周辺のピクセルの輝度の範囲にもとづいて、 各 ... す。 パラメータ width 周辺の幅。 height 周辺の高さ。 offset 平均オフセット。 戻り値 成功した場合に true を返し ... ldImage ( $imagePath , $width , $height , $adaptiveOffset ) { $imagick = new \ Imagick ( realpath ( $imagePa ... th )); $adaptiveOffsetQuantum = intval ( $adaptiveOffset * \ Imagick :: g ...
https://man.plustar.jp/php/imagick.adaptivethresholdimage.html - [similar]
DOMCharacterData クラス 4703
« DOMCdataSection::__construct DOMCharacterData::appendData » PHP Manual DOM DOMCharacterData ク ... ta ( string $data ): bool public deleteData ( int $offset , int $count ): bool public insertData ( int $offs ... t , string $data ): bool public replaceData ( int $offset , int $count , string $data ): bool public substri ... ngData ( int $offset , int $count ): string | false /* 継承したメソッド ...
https://man.plustar.jp/php/class.domcharacterdata.html - [similar]
IntlRuleBasedBreakIterator クラス 4703
« IntlBreakIterator::setText IntlRuleBasedBreakIterator::__construct » PHP Manual intl IntlRuleB ... (): int public IntlBreakIterator::following ( int $offset ): int public IntlBreakIterator::getErrorCode (): ... string public IntlBreakIterator::isBoundary ( int $offset ): bool public IntlBreakIterator::last (): int pub ... lic IntlBreakIterator::next ( ? int $offset = null ): int public IntlBreakIterator::preceding ... ( int $offset ): int public IntlBreakIterator::previous (): int ...
https://man.plustar.jp/php/class.intlrulebasedbreakiterator.html - [similar]
TableSelect クラス 4665
« TableInsert::values TableSelect::bind » PHP Manual Mysql_xdevapi TableSelect クラス TableSelec ... ing_option = ? ): mysql_xdevapi\TableSelect public offset ( int $position ): mysql_xdevapi\TableSelect publi ... ::lockShared — SHARED LOCK を実行する TableSelect::offset — スキップするoffsetを設定する TableSelect::orderb ...
https://man.plustar.jp/php/class.mysql-xdevapi-tableselect.html - [similar]
Return the value of a specific field in a specific row 4665
« cubrid_real_escape_string cubrid_unbuffered_query » PHP Manual CUBRID MySQL 互換関数 Return th ... trieved. Row numbers start at 0. field The name or offset of the field being retrieved. It can be the field' ... s offset, the field's name, or the field's table dot field ... ow , string , from , retrieved , Return , CUBRID , offset , olumn ...
https://man.plustar.jp/php/function.cubrid-result.html - [similar]
DateTime::modify のエイリアス 4665
« date_isodate_set date_offset_get » PHP Manual 日付・時刻 関数 DateTime::modify のエイリアス da ... ワード: modify , DateTime , date , 関数 , isodate , offset , 日付 , 時刻 , ...
https://man.plustar.jp/php/function.date-modify.html - [similar]