検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 208 for [SIMILAR] 16 1024 4096 WITH 36726 getfirstdayofw... (0.237 sec.)
String 関数 0
« 定義済み定数 addcslashes » PHP Manual 文字列 String 関数 String 関数 参考 より強力な文字列処理および処理関数については、 Perl 互換正規表現関数 を参照してください。 マルチバイト文字のエンコーディングを扱うときは、 マルチバイト文字列関数 . を参照してください。 目次 addcslashes — C 言語と ...
https://man.plustar.jp/php/ref.strings.html - [similar]
ファイルパスに関する情報を返す 0
« parse_ini_string pclose » PHP Manual ファイルシステム 関数 ファイルパスに関する情報を返す pathinfo (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) pathinfo — ファイルパスに関する情報を返す 説明 pathinfo ( string $path , int $flags = PATHINFO_ALL ): array | string pathinfo() は、 path に関する情報 ...
https://man.plustar.jp/php/function.pathinfo.html - [similar]
配列を昇順にソートする 0
« sizeof uasort » PHP Manual 配列 関数 配列を昇順にソートする sort (PHP 4, PHP 5, PHP 7, PHP 8) sort — 配列を昇順にソートする 説明 sort ( array &$array , int $flags = SORT_REGULAR ): bool array を値で昇順にソートします。 注意 : 比較結果が等しくなる二つの要素があった場合、それらの並び順は ...
https://man.plustar.jp/php/function.sort.html - [similar]
IntlDatePatternGenerator を作成する 0
« IntlDatePatternGenerator IntlDatePatternGenerator::getBestPattern » PHP Manual IntlDatePatternGenerator IntlDatePatternGenerator を作成する IntlDatePatternGenerator::create IntlDatePatternGenerator::__construct (PHP 8 >= 8.1.0) IntlDatePatternGenerator::create -- IntlDatePatternGenerat ...
https://man.plustar.jp/php/intldatepatterngenerator.create.html - [similar]
MySQL Native Driverプラグイン のアーキテクチャ 0
« mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグインAPI MySQL Native Driverプラグイン のアーキテクチャ MySQL Native Driverプラグイン のアーキテクチャ このセクションでは、 mysqlnd プラグイン のアーキテクチャについての概要を示します。 MySQL Nat ...
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html - [similar]
日付・時刻 関数 0
« DatePeriod::getStartDate checkdate » PHP Manual Date/Time 日付・時刻 関数 日付・時刻 関数 目次 checkdate — グレゴリオ暦の日付/時刻の妥当性を確認します date_add — DateTime::add のエイリアス date_create_from_format — DateTime::createFromFormat のエイリアス date_create_immutable_from_form ...
https://man.plustar.jp/php/ref.datetime.html - [similar]
このカレンダーで使うタイムゾーンを設定する 0
« IntlCalendar::setTime IntlCalendar::toDateTime » PHP Manual IntlCalendar このカレンダーで使うタイムゾーンを設定する IntlCalendar::setTimeZone (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::setTimeZone — このカレンダーで使うタイムゾーンを設定する 説明 オブジェクト指向型 p ...
https://man.plustar.jp/php/intlcalendar.settimezone.html - [similar]
基本的な使用法 0
« 例 Collator » PHP Manual 例 基本的な使用法 基本的な使用法 各モジュールには、 手続き型とオブジェクト指向型の二種類の API が存在します。 それぞれの API について、対応するドキュメントで説明します。 注意 : 入力文字列は、すべて UTF-8 でエンコードされていなければなりません。 出力文字列も、す ...
https://man.plustar.jp/php/intl.examples.basic.html - [similar]
文字列 0
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです。PHP では、 文字は 1 バイトと同じです。つまり、256 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 文字列型の詳細 を参照ください。 注 ...
https://man.plustar.jp/php/language.types.string.html - [similar]
エスケープシーケンス 0
« メタ文字 Unicode 文字プロパティ » PHP Manual PCRE 正規表現構文 エスケープシーケンス エスケープシーケンス バックスラッシュ〔日本語環境では円記号となる場合もある〕には、 いくつかの使用法があります。ひとつめの使用法は、 非英数字の前に記述する場合で、続く文字が表す特別な意味を取り去ります。 ...
https://man.plustar.jp/php/regexp.reference.escape.html - [similar]