検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 31 for replacement (0.024 sec.)
正規表現検索および置換を行う 12521
« preg_replace_callback preg_split » PHP Manual PCRE 関数 正規表現検索および置換を行う preg_repl ... eplace ( string | array $pattern , string | array $replacement , string | array $subject , int $limit = -1 , int ... null subject に関して pattern を用いて検索を行い、 replacement に置換します。 パラメータ pattern 検索を行うパター ... 配列とすることができます。 PCRE 修飾子 も使えます。 replacement 置換を行う文字列もしくは文字列の配列。 この引数が文 ... パターンがこの文字列に置換されます。 pattern および replacement のいずれもが配列の場合、各 pattern は 対応する rep ...
https://man.plustar.jp/php/function.preg-replace.html - [similar]
配列の一部を削除し、他の要素で置換する 12116
« array_slice array_sum » PHP Manual 配列 関数 配列の一部を削除し、他の要素で置換する array_spli ... rray , int $offset , ? int $length = null , mixed $replacement = [] ): array 配列 array から offset および length ... で指定された要素を削除し、配列 replacement でそれを置換します。 注意 : array の配列の数値添字 ... は保存されないことに注意しましょう。 注意 : replacement が配列でない場合は、 型変換 を行います (つまり (ar ... ray) $replacement とします)。 たとえば replacement にオブジェクトや ...
https://man.plustar.jp/php/function.array-splice.html - [similar]
単語を置換する組を保存する 11647
« pspell_save_wordlist pspell_suggest » PHP Manual Pspell 関数 単語を置換する組を保存する pspell ... _store_replacement (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) pspell_store ... _replacement — 単語を置換する組を保存する 説明 pspell_store_rep ... $misspelled , string $correct ): bool pspell_store_replacement() は、単語の置換候補を 保存します。これにより、この ... リソース を期待していました。 例 例1 pspell_store_replacement() <?php $pspell_config = pspell_config_create ( "e ...
https://man.plustar.jp/php/function.pspell-store-replacement.html - [similar]
画像の色を再配置する 10531
« Imagick::reduceNoiseImage Imagick::removeImage » PHP Manual Imagick 画像の色を再配置する Imagi ... 配置する 説明 public Imagick::remapImage ( Imagick $replacement , int $DITHER ): bool 画像の色を、 replacement で定 ... ck をコンパイルした場合に使用可能です。 パラメータ replacement 置き換える色を含む Imagick オブジェクト。 DITHER デ ... ーワード: Imagick , 画像 , 配置 , 色 , remapImage , replacement , imagick , エラー , DITHER , オブジェクト ...
https://man.plustar.jp/php/imagick.remapimage.html - [similar]
単語の修正候補を追加する 10046
« enchant_dict_quick_check enchant_dict_suggest » PHP Manual Enchant 関数 単語の修正候補を追加す ... る enchant_dict_store_replacement (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 0.1 ... .0 ) enchant_dict_store_replacement — 単語の修正候補を追加する 説明 enchant_dict_store ... _replacement ( EnchantDictionary $dictionary , string $misspell ... 単語 , 候補 , enchant , 追加 , dict , cor , store , replacement , mis ...
https://man.plustar.jp/php/function.enchant-dict-store-replacement.html - [similar]
二つの文字列のレーベンシュタイン距離を計算する 9334
« lcfirst localeconv » PHP Manual String 関数 二つの文字列のレーベンシュタイン距離を計算する lev ... , string $string2 , int $insertion_cost = 1 , int $replacement_cost = 1 , int $deletion_cost = 1 ): int レーベンシ ... ですが、 まだかなりの計算量です)。 insertion_cost , replacement_cost かつ/または deletion_cost が 1 以外の場合、 変 ... す。 たとえば、 $insertion_cost + $deletion_cost < $replacement_cost の場合、 置換をせず、挿入と削除が行われます。 ... のひとつ。 insertion_cost 挿入のコストを定義します。 replacement_cost 置換のコストを定義します。 deletion_cost 削除 ...
https://man.plustar.jp/php/function.levenshtein.html - [similar]
マルチバイト文字列に正規表現による置換を行う 9253
« mb_ereg_replace_callback mb_ereg_search_getpos » PHP Manual マルチバイト文字列 関数 マルチバイ ... う 説明 mb_ereg_replace ( string $pattern , string $replacement , string $string , ? string $options = null ): str ... tern にマッチする文字列を探し、 見つかった文字列を replacement で置換します。 パラメータ pattern 正規表現パターン ... ルチバイト文字を pattern で使用することができます。 replacement 置換文字列。 string 調べたい文字列。 options 検索オ ... ド: 置換 , string , replace , 列 , ereg , pattern , replacement , 関数 , encoding , 注意 ...
https://man.plustar.jp/php/function.mb-ereg-replace.html - [similar]
マルチバイト文字列に大文字小文字を区別せずに正規表現による置換を行う 8622
« mb_ereg mb_eregi » PHP Manual マルチバイト文字列 関数 マルチバイト文字列に大文字小文字を区別せ ... 説明 mb_eregi_replace ( string $pattern , string $replacement , string $string , ? string $options = null ): str ... g において、 正規表現 pattern にマッチする文字列を replacement に置換します。 パラメータ pattern 正規表現パターン ... ト文字を使用できます。 大文字小文字は区別しません。 replacement 置換する文字列。 string 検索対象となる文字列。 opt ...
https://man.plustar.jp/php/function.mb-eregi-replace.html - [similar]
Add an update operation to the bulk 8234
« MongoDB\Driver\BulkWrite::insert MongoDB\Driver\Session » PHP Manual MongoDB\Driver\BulkWrite ... containing either update operators (e.g. $set ), a replacement document (i.e. only field:value expressions), or a ... s true . This option cannot be true if newObj is a replacement document. false upsert bool If filter does not mat ... he document will be created from newObj if it is a replacement document (i.e. no update operators); otherwise, th ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.update.html - [similar]
RegexIterator クラス 7910
« RecursiveTreeIterator::valid RegexIterator::accept » PHP Manual イテレータ RegexIterator クラス ... t USE_KEY = 1 ; /* プロパティ */ public ? string $ replacement = null ; /* メソッド */ public __construct ( Itera ... トリの値ではなく、キーにマッチさせます。 プロパティ replacement 目次 RegexIterator::accept — 受け入れ状況を取得する ...
https://man.plustar.jp/php/class.regexiterator.html - [similar]
PREV 1 2 3 4 NEXT