検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 736 for [SIMILAR] 16 1024 4096 WITH 11465 小文 WITH 1144... (0.942 sec.)
検索文字列に一致したすべての文字列を置換する 0
« str_repeat str_rot13 » PHP Manual String 関数 検索文字列に一致したすべての文字列を置換する str_replace (PHP 4, PHP 5, PHP 7, PHP 8) str_replace — 検索文字列に一致したすべての文字列を置換する 説明 str_replace ( array | string $search , array | string $replace , string | array $subject , ...
https://man.plustar.jp/php/function.str-replace.html - [similar]
文字列内の部分文字列が最初に現れる場所を見つける 0
« strpbrk strrchr » PHP Manual String 関数 文字列内の部分文字列が最初に現れる場所を見つける strpos (PHP 4, PHP 5, PHP 7, PHP 8) strpos — 文字列内の部分文字列が最初に現れる場所を見つける 説明 strpos ( string $haystack , string $needle , int $offset = 0 ): int | false 文字列 haystack の中で ...
https://man.plustar.jp/php/function.strpos.html - [similar]
フォーマット済みの文字列を出力する 0
« print quoted_printable_decode » PHP Manual String 関数 フォーマット済みの文字列を出力する printf (PHP 4, PHP 5, PHP 7, PHP 8) printf — フォーマット済みの文字列を出力する 説明 printf ( string $format , mixed ...$values ): int format にしたがって、出力を生成します。 パラメータ format 0個 ...
https://man.plustar.jp/php/function.printf.html - [similar]
指定した書式でフォーマットした日付を返す 0
« DateTime::diff DateTime::getOffset » PHP Manual DateTimeInterface 指定した書式でフォーマットした日付を返す DateTime::format DateTimeImmutable::format DateTimeInterface::format date_format (PHP 5 >= 5.2.1, PHP 7, PHP 8) DateTime::format -- DateTimeImmutable::format -- DateTimeInterface: ...
https://man.plustar.jp/php/datetime.format.html - [similar]
NULL 0
« リソース コールバック / Callable » PHP Manual 型 NULL NULL 特別な null 値は、ある変数が値を持たないことを表します。 null は、 null 型の唯一の値です。 変数は、以下の場合に null とみなされます。 定数 null が代入されている場合。 まだ値が何も代入されていない場合。 unset() されている場合。 ...
https://man.plustar.jp/php/language.types.null.html - [similar]
Unicode 文字プロパティ 0
« エスケープシーケンス アンカー » PHP Manual PCRE 正規表現構文 Unicode 文字プロパティ Unicode 文字プロパティ PHP 5.1.0 以降、 UTF-8 モード を設定した場合に、 一般的な文字タイプにマッチする新たなエスケープシーケンスが 3 つ追加されました。 \p{xx} xx プロパティを持つ文字 \P{xx} xx プロパティ ...
https://man.plustar.jp/php/regexp.reference.unicode.html - [similar]
操作モードを設定する 0
« RegexIterator::setFlags RegexIterator::setPregFlags » PHP Manual RegexIterator 操作モードを設定する RegexIterator::setMode (PHP 5 >= 5.2.0, PHP 7, PHP 8) RegexIterator::setMode — 操作モードを設定する 説明 public RegexIterator::setMode ( int $mode ): void 操作モードを設定します。 パラメ ...
https://man.plustar.jp/php/regexiterator.setmode.html - [similar]
ユーザー定義の比較関数を使い、キーでソートする 0
« ArrayIterator::uasort ArrayIterator::unserialize » PHP Manual ArrayIterator ユーザー定義の比較関数を使い、キーでソートする ArrayIterator::uksort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayIterator::uksort — ユーザー定義の比較関数を使い、キーでソートする 説明 public ArrayIterator::uksort ( cal ...
https://man.plustar.jp/php/arrayiterator.uksort.html - [similar]
配列 0
« 変数・データ型関連 はじめに » PHP Manual 変数・データ型関連 配列 配列 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 配列のソート 配列 関数 array_change_key_case — 配列のすべてのキーの大文字小文字を変更する array_chunk — 配列を分割する array_column ...
https://man.plustar.jp/php/book.array.html - [similar]
クラスが定義済みかどうかを確認する 0
« class_alias enum_exists » PHP Manual クラス/オブジェクト関数 クラスが定義済みかどうかを確認する class_exists (PHP 4, PHP 5, PHP 7, PHP 8) class_exists — クラスが定義済みかどうかを確認する 説明 class_exists ( string $class , bool $autoload = true ): bool この関数は指定したクラスが定義さ ...
https://man.plustar.jp/php/function.class-exists.html - [similar]