検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 97 for Z (0.010 sec.)
IntlDateFormatter が使用するパターンを設定する 8135
« IntlDateFormatter::setLenient IntlDateFormatter::setTimeZone » PHP Manual IntlDateFormatter In ... ; datefmt_set_pattern ( $fmt , 'yyyyMMdd hh:mm:ss z' ); echo 'Now pattern of the formatter is : ' , da ... PHP_EOL ; $fmt -> setPattern ( 'yyyyMMdd hh:mm:ss z' ); echo 'Now pattern of the formatter is : ' , $f ... ow pattern of the formatter is : yyyyMMdd hh:mm:ss z Second Formatted output is 19691231 04:00:00 PST 参 ...
https://man.plustar.jp/php/intldateformatter.setpattern.html - [similar]
名前を使用して、エントリのファイルハンドラ (読み込み専用) を取得する 8135
« ZipArchive::getStatusString ZipArchive::getStreamIndex » PHP Manual ZipArchive 名前を使用して、 ... エントリのファイルハンドラ (読み込み専用) を取得する ZipArchive::getStream (PHP 5 >= 5.2.0, PHP 7, PHP 8, ... PECL zip >= 1.1.0) ZipArchive::getStream — 名前を使用して ... ァイルハンドラ (読み込み専用) を取得する 説明 public ZipArchive::getStream ( string $name ): resource | f ... ) で取得し、それを保存する <?php $contents = '' ; $z = new ZipArchive (); if ( $z -> open ( 'test.zip' ...
https://man.plustar.jp/php/ziparchive.getstream.html - [similar]
指定した変数に関する情報を解りやすく出力する 8004
« isset serialize » PHP Manual 変数操作 関数 指定した変数に関する情報を解りやすく出力する print_ ... e' , 'b' => 'banana' , 'c' => array ( 'x' , 'y' , 'z' )); print_r ( $a ); ?> </pre> 上の例の出力は以下と ... => banana [c] => Array ( [0] => x [1] => y [2] => z ) ) </pre> 例2 return 引数の例 <?php $b = array ( ... ey' , 'foo' => 'bar' , 'x' => array ( 'x' , 'y' , 'z' )); $results = print_r ( $b , true ); // print_r ...
https://man.plustar.jp/php/function.print-r.html - [similar]
定数 7873
« 外部から来る変数 構文 » PHP Manual 言語リファレンス 定数 定数 目次 構文 自動的に定義される定数 ... に続きます。正規表現で示すと次のようになります。 ^[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff]*$ define() 関数 ... thing" ); ?> 注意 : 本節の目的においては、文字は a-z, A-Z, および128から255まで (0x80-0xff)のASCII文字を ...
https://man.plustar.jp/php/language.constants.html - [similar]
指定した書式でフォーマットした日付を返す 7611
« DateTime::diff DateTime::getOffset » PHP Manual DateTimeInterface 指定した書式でフォーマットし ... ことができる。 w 曜日。数値。 0 (日曜)から 6 (土曜) z 年間の通算日。数字。(ゼロから開始) 0 から 365 週 - ... --- e タイムゾーン識別子 例: UTC , GMT , Atlantic/Azores I (大文字の i) サマータイム中か否か 1 ならサマ ... た形式 例: +02:00 p P と同じですが、 +00:00 ではなく Z を返します。 (PHP 8.0.0 以降で利用可能) 例: +02:00 ... については、GMT からのオフセット 例: EST , MDT , +05 Z タイムゾーンのオフセット秒数。 UTC の西側のタイムゾ ...
https://man.plustar.jp/php/datetime.format.html - [similar]
Create a new Command 7611
« MongoDB\Driver\Command MongoDB\Driver\Query » PHP Manual MongoDB\Driver\Command Create a new C ... ["loaderFlags"]=> string(91) "-fPIC -pthread -Wl,-z,now -rdynamic -Wl,-Bsymbolic-functions -Wl,-z,relr ... o -Wl,-z,now -Wl,-E" ["compilerFlags"]=> string(301) "-Wnon ... > int(64) ["debug"]=> bool(false) ["maxBsonObjectSize"]=> int(16777216) ["ok"]=> float(1) } 例2 MongoDB ...
https://man.plustar.jp/php/mongodb-driver-command.construct.html - [similar]
アンカー 7611
« Unicode 文字プロパティ ドット » PHP Manual PCRE 正規表現構文 アンカー アンカー ハット記号 ( ^ ... チするように変更することができます このオプションは \Z 言明には影響しません。 ハット記号とドル記号の動作は ... ます。 どちらのモードでも、エスケープシーケンス \A, \Z, \z は、 対象文字列の始端および終端にマッチすること ...
https://man.plustar.jp/php/regexp.reference.anchors.html - [similar]
設定ファイル 7480
« 実行時設定 .user.ini ファイル » PHP Manual 実行時設定 設定ファイル 設定ファイル 設定ファイル ( ... て使用します。 [HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y.z] 、 [HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y] および [ ... HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x] 。 x、y および z はそれぞれ PHP のメジャーバージョン、マイナーバージ ... 。 [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6421Node\PHP\x.y.z] , [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6421Node\PHP\x. ... AL_MACHINE\SOFTWARE\WOW6421Node\PHP\x] x、y および z はそれぞれ PHP のメジャーバージョン、マイナーバージ ...
https://man.plustar.jp/php/configuration.file.html - [similar]
条件付きサブパターン 7349
« 再試行無しのサブパターン コメント » PHP Manual PCRE 正規表現構文 条件付きサブパターン 条件付き ... 、2 行目に 2 つの選択肢が 書かれています。 (?(?=[^a-z]*[a-z]) \d{2}-[a-z]{3}-\d{2} | \d{2}-\d{2}-\d{2} ) ...
https://man.plustar.jp/php/regexp.reference.conditional.html - [similar]
特定の文字をエスケープする 7218
« db2_cursor_type db2_exec » PHP Manual IBM DB2 関数 特定の文字をエスケープする db2_escape_strin ... ng: All characters: \0 , \n , \r , \\ , \' , \" , \Z . db2_escape_string: Backslash (\\). Single quote ... as well db2_escape_string: Intersting characters: \Z , \0 . db2_escape_string: Nothing to quote db2_esc ...
https://man.plustar.jp/php/function.db2-escape-string.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT