検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 127 for w (0.002 sec.)
文字クラス 7622
« ドット 選択肢 » PHP Manual PCRE 正規表現構文 文字クラス 文字クラス 開き角カッコは文字クラス (c ... 字範囲を示す最後の文字として使うことは できません。 [W-]46] というパターンは、2 つの文字 ("W" および"-") ... の後に文字列リテラル "46]" が続いていると解釈され、 "W46]" や "-46]" にマッチします。しかし、"]" をバック ... ュで エスケープすると文字範囲の終端として解釈され、 [W-]46] は、 範囲指定の後に 2 つの文字が続く 1 つのク ... ン中の英字は 大小文字の両方にマッチします。例えば、[W-c] は、[][\^_`wxyzabc] に 等価であり、大小文字に関 ...
https://man.plustar.jp/php/regexp.reference.character-classes.html - [similar]
文字列フィルタ 7548
« 利用できるフィルタのリスト 変換フィルタ » PHP Manual 利用できるフィルタのリスト 文字列フィルタ ... string.rot13 <?php $fp = fopen ( 'php://output' , 'w' ); stream_filter_append ( $fp , 'string.rot13' ); ... fwrite ( $fp , "This is a test.\n" ); /* 出力: Guvf v ... ring.toupper <?php $fp = fopen ( 'php://output' , 'w' ); stream_filter_append ( $fp , 'string.toupper' ... ); fwrite ( $fp , "This is a test.\n" ); /* 出力: THIS I ...
https://man.plustar.jp/php/filters.string.html - [similar]
エスケープシーケンス 7426
« メタ文字 Unicode 文字プロパティ » PHP Manual PCRE 正規表現構文 エスケープシーケンス エスケープ ... 6進 1B) \f 改ページ (formfeed) (16進 0C) \n 改行 (newline) (16進 0A) \p{xx} xx プロパティを持つ文字、詳細 ... 垂直方向の空白文字 \V 垂直方向の空白文字でない文字 \w 単語構成文字 (word character) \W 非単語構成文字 (n ... on-word character) これらエスケープシーケンスの各組によ ... かは、アクセント付きの文字に使われており、 これらは \w とマッチします。 これらの文字型表記は、文字クラスの ...
https://man.plustar.jp/php/regexp.reference.escape.html - [similar]
Creates EvTimer stopped watcher object 7230
« EvTimer::__construct EvTimer::set » PHP Manual EvTimer Creates EvTimer stopped watcher object ... ) EvTimer::createStopped — Creates EvTimer stopped watcher object 説明 final public static EvTimer::cre ... t $priority = 0 ): EvTimer Creates EvTimer stopped watcher object. Unlike EvTimer::__construct() , this ... method doesn't start the watcher automatically. パラメータ after Configures t ... r after seconds. repeat If repeat is 0.0 , then it will automatically be stopped once the timeout is re ...
https://man.plustar.jp/php/evtimer.createstopped.html - [similar]
変換フィルタ 7230
« 文字列フィルタ 圧縮フィルタ » PHP Manual 利用できるフィルタのリスト 変換フィルタ 変換フィルタ ... ase64-decode <?php $fp = fopen ( 'php://output' , 'w' ); stream_filter_append ( $fp , 'convert.base64-e ... ncode' ); fwrite ( $fp , "This is a test.\n" ); fclose ( $fp ); ... hars' => "\r\n" ); $fp = fopen ( 'php://output' , 'w' ); stream_filter_append ( $fp , 'convert.base64-e ... ncode' , STREAM_FILTER_WRITE , $param ); fwrite ( $fp , "This is a test.\n" ...
https://man.plustar.jp/php/filters.convert.html - [similar]
ファイルのアクセス権限を判断する 6912
« POSIX 関数 posix_ctermid » PHP Manual POSIX 関数 ファイルのアクセス権限を判断する posix_access ... イルの名前。 flags POSIX_F_OK 、 POSIX_R_OK 、 POSIX_W_OK および POSIX_X_OK のうちのひとつあるいは複数から ... なるマスク。 POSIX_R_OK 、 POSIX_W_OK および POSIX_X_OK は、ファイルが存在して読み込み ... ' ; if ( posix_access ( $file , POSIX_R_OK | POSIX_W_OK )) { echo 'このファイルの読み込みと書き込みが可 ...
https://man.plustar.jp/php/function.posix-access.html - [similar]
Create a new WriteConcern 6851
« MongoDB\Driver\WriteConcern::bsonSerialize MongoDB\Driver\WriteConcern::getJournal » PHP Manua ... l MongoDB\Driver\WriteConcern Create a new WriteConcern MongoDB\Drive ... r\WriteConcern::__construct (mongodb >=1.0.0) MongoDB\ ... Driver\WriteConcern::__construct — Create a new WriteConcer ... n 説明 final public MongoDB\Driver\WriteConcern::__construct ( string | int $w , int $w ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.construct.html - [similar]
特定の年や月における、最初の週の日数の最小値を返す 6790
« IntlCalendar::getMaximum IntlCalendar::getMinimum » PHP Manual IntlCalendar 特定の年や月におけ ... 数の最小値を返す IntlCalendar::getMinimalDaysInFirstWeek (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) ... IntlCalendar::getMinimalDaysInFirstWeek — 特定の年や月における、最初の週の日数の最小値を ... クト指向型 public IntlCalendar::getMinimalDaysInFirstWeek (): int | false 手続き型 intlcal_get_minimal_da ... ys_in_first_week ( IntlCalendar $calendar ): int | false 特定の年 ...
https://man.plustar.jp/php/intlcalendar.getminimaldaysinfirstweek.html - [similar]
ロケールの設定に基づいてローカルな日付・時間をフォーマットする 6728
« mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォ ... 1 日)以前の日付を扱えないかもしれません。 つまり、Windows や一部の Linux ディストリビューション、そして ... 970 より前の日付について動作しないということです。 Windwos システム上でサポートされる変換指定子の概要に ... から 31 %e 1 桁の場合は先頭にスペースをいれた日付。 Windows ではそのようには実装されていません。詳細は以 ... 数値表現であらわした曜日 1 (月曜日) から 7 (日曜日) %w 数値表現であらわした曜日 0 (日曜日) から 6 (土曜日 ...
https://man.plustar.jp/php/function.strftime.html - [similar]
Character classes 6728
« Character representations Unicode character classes » PHP Manual Pattern matching Character cl ... ption [...] A single character listed or contained within a listed range. Ranges can be combined with t ... .] A single character not listed and not contained within a listed range. . Any character, default [^\n ... acter, [0-9] . \D Non-digit character, [^0-9] . \s White space character, [ \t\n\r\f\v] . \S Non-white ... space character, [^ \t\n\r\f\v] . \w Word character, [a-zA-Z0-9_] . \W Non-word charact ...
https://man.plustar.jp/php/parle.regex.charclass.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT