検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 1614 for [SIMILAR] 16 1024 4096 WITH 38836 文字 WITH 3310... (1.200 sec.)
文字列を固定長の他の文字列で埋める 0
« str_ireplace str_repeat » PHP Manual String 関数 文字列を固定長の他の文字列で埋める str_pad (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) str_pad — 文字列を固定長の他の文字列で埋める 説明 str_pad ( string $string , int $length , string $pad_string = " " , int $pad_type = STR_PAD_RIGHT ): strin ...
https://man.plustar.jp/php/function.str-pad.html - [similar]
NumberFormatter クラス 0
« Collator::sort NumberFormatter::create » PHP Manual intl NumberFormatter クラス NumberFormatter クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) はじめに プログラムで数値を保存したり操作したりする際には、 ロケールに依存しないバイナリ表現を使用します。 数値を表示するときに、ロケ ...
https://man.plustar.jp/php/class.numberformatter.html - [similar]
ファイルの内容を全て文字列に読み込む 0
« file_exists file_put_contents » PHP Manual ファイルシステム 関数 ファイルの内容を全て文字列に読み込む file_get_contents (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) file_get_contents — ファイルの内容を全て文字列に読み込む 説明 file_get_contents ( string $filename , bool $use_include_path = fa ...
https://man.plustar.jp/php/function.file-get-contents.html - [similar]
国際化関数 0
« ob_iconv_handler はじめに » PHP Manual 自然言語および文字エンコーディング 国際化関数 国際化関数 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 基本的な使用法 Collator — Collator クラス Collator::asort — インデックスの情報を保持しつつ配列を並べ替え ...
https://man.plustar.jp/php/book.intl.html - [similar]
文字列の長さを得る 0
« stristr strnatcasecmp » PHP Manual String 関数 文字列の長さを得る strlen (PHP 4, PHP 5, PHP 7, PHP 8) strlen — 文字列の長さを得る 説明 strlen ( string $string ): int 与えられた string の長さを返します。 パラメータ string 長さを調べる文字列。 戻り値 成功した場合に string の長さ、 string ...
https://man.plustar.jp/php/function.strlen.html - [similar]
マルチバイト文字列に大文字小文字を区別せずに正規表現による置換を行う 0
« mb_ereg mb_eregi » PHP Manual マルチバイト文字列 関数 マルチバイト文字列に大文字小文字を区別せずに正規表現による置換を行う mb_eregi_replace (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) mb_eregi_replace — マルチバイト文字列に大文字小文字を区別せずに正規表現による置換を行う 説明 mb_eregi_replac ...
https://man.plustar.jp/php/function.mb-eregi-replace.html - [similar]
再試行無しのサブパターン 0
« 言明 条件付きサブパターン » PHP Manual PCRE 正規表現構文 再試行無しのサブパターン 再試行無しのサブパターン 繰り返し回数の下限もしくは上限の指定をした場合、 〔繰り返しを指定した要素の〕続きがマッチに失敗すると、 繰り返し指定した要素が再評価され、繰り返し回数を変えた上で 残りのパターンが ...
https://man.plustar.jp/php/regexp.reference.onlyonce.html - [similar]
文字列を小文字にする 0
« mb_strstr mb_strtoupper » PHP Manual マルチバイト文字列 関数 文字列を小文字にする mb_strtolower (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) mb_strtolower — 文字列を小文字にする 説明 mb_strtolower ( string $string , ? string $encoding = null ): string string のすべてのアルファベットを小文字に ...
https://man.plustar.jp/php/function.mb-strtolower.html - [similar]
文字列を大文字にする 0
« mb_strtolower mb_strwidth » PHP Manual マルチバイト文字列 関数 文字列を大文字にする mb_strtoupper (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) mb_strtoupper — 文字列を大文字にする 説明 mb_strtoupper ( string $string , ? string $encoding = null ): string string のすべてのアルファベットを大文字 ...
https://man.plustar.jp/php/function.mb-strtoupper.html - [similar]
ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する 0
« mb_convert_case mb_convert_kana » PHP Manual マルチバイト文字列 関数 ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する mb_convert_encoding (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_convert_encoding — ある文字エンコーディングの文字列を、別の文字エンコーディングに変換 ...
https://man.plustar.jp/php/function.mb-convert-encoding.html - [similar]