検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 1162 for および (0.025 sec.)
アンカー 3227
« Unicode 文字プロパティ ドット » PHP Manual PCRE 正規表現構文 アンカー アンカー ハット記号 ( ^ ... ンを設定すると変化します。この場合、対象文字列の始端および 終端にマッチするのに加えて、対象文字列の "\n" 文字 ... の直前および直後に それぞれマッチします。例えば、パターン /^abc$ ... エスケープシーケンス \A, \Z, \z は、 対象文字列の始端および終端にマッチすることに注意してください。ですので、 パ ...
https://man.plustar.jp/php/regexp.reference.anchors.html - [similar]
日付・時刻 3187
« unixtojd はじめに » PHP Manual 日付および時刻関連 日付・時刻 日付・時刻 はじめに インストール/ ... e オブジェクトを返す DateTime::getLastErrors — 警告およびエラーを返す DateTime::modify — タイムスタンプを変更 ... ェクトを返す DateTimeImmutable::getLastErrors — 警告およびエラーを返す DateTimeImmutable::modify — タイムスタン ... ateTimeZone::listAbbreviations — 夏時間、オフセットおよびタイムゾーン名を含む連想配列を返す DateTimeZone::lis ...
https://man.plustar.jp/php/book.datetime.html - [similar]
NumberFormatter クラス 3187
« Collator::sort NumberFormatter::create » PHP Manual intl NumberFormatter クラス NumberFormatte ... としてフォーマット/パースする numfmt_get_attribute() および numfmt_set_attribute() で使用する数値フォーマット属 ... る Lenient パースモード numfmt_get_text_attribute() および numfmt_set_text_attribute() で使用する数値フォーマ ... セミコロン) で区切られています。 numfmt_get_symbol() および numfmt_set_symbol() で使用する数値フォーマット記号 ... ) 金額のグループ区切り文字 numfmt_get_attribute() および numfmt_set_attribute() で、 NumberFormatter::ROUND ...
https://man.plustar.jp/php/class.numberformatter.html - [similar]
設定ファイル 3187
« 実行時設定 .user.ini ファイル » PHP Manual 実行時設定 設定ファイル 設定ファイル 設定ファイル ( ... HP\x.y.z] 、 [HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x.y] および [HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x] 。 x、y および ... [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6421Node\PHP\x.y] および [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6421Node\PHP\x] x、 ... y および z はそれぞれ PHP のメジャーバージョン、マイナーバー ...
https://man.plustar.jp/php/configuration.file.html - [similar]
実行時設定 3187
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... により動作が変化します。 エラーおよびロギング設定オプション 名前 デフォルト 変更可能 変更 ... M PHP 7.3.0 以降で有効です。 PHP_INI_* モードの詳細および定義については どこで設定を行うのか を参照してくださ ... 。このerror_reportingのレベルと定数は、 定義済の定数 および php.ini に記述されています。 実行時に設定するには、 ... を出力します。これらのリファレ ンスは、 docref_root およ び docref_ext の設定に依存 します。 無効にすると、エ ...
https://man.plustar.jp/php/errorfunc.configuration.html - [similar]
直近の SQL 文のエラーメッセージを含む文字列を返す 3187
« db2_stmt_error db2_table_privileges » PHP Manual IBM DB2 関数 直近の SQL 文のエラーメッセージを ... 発行により直近に発生したエラーを表す エラーメッセージおよび SQLSTATE を返します。 参考 db2_conn_error() - 直近 ... 返す db2_conn_errormsg() - 直近の接続エラーメッセージおよび SQLCODE を返す db2_stmt_error() - SQL 文が返す SQL ...
https://man.plustar.jp/php/function.db2-stmt-errormsg.html - [similar]
TrueColor イメージを新規に作成する 3187
« imagecreatefromxpm imagecrop » PHP Manual GD および Image 関数 TrueColor イメージを新規に作成す ... ていました。 例 例1 新規 GD イメージストリームの作成およびイメージの出力 <?php header ( 'Content-Type: image/p ...
https://man.plustar.jp/php/function.imagecreatetruecolor.html - [similar]
MIME エンコードされたテキストを UTF-8 に変換する 3187
« imap_utf8_to_mutf7 IMAP\Connection » PHP Manual IMAP 関数 MIME エンコードされたテキストを UTF- ... エンコードされた文字列。 MIME エンコーディング方法および UTF-8 の仕様については、それぞれ » RFC2047 および ...
https://man.plustar.jp/php/function.imap-utf8.html - [similar]
出力のバッファリングを有効にする 3187
« ob_list_handlers output_add_rewrite_var » PHP Manual 出力制御 関数 出力のバッファリングを有効に ... an() 、 ob_end_flush() 、 ob_clean() 、 ob_flush() および ob_start() をコールバック関数の内部からコールするこ ... PUT_HANDLER_CLEANABLE ob_clean() 、 ob_end_clean() および ob_get_clean() PHP_OUTPUT_HANDLER_FLUSHABLE ob_end ... _flush() 、 ob_flush() および ob_get_flush() PHP_OUTPUT_HANDLER_REMOVABLE ob_end ... _clean() 、 ob_end_flush() および ob_get_flush() 戻り値 成功した場合に true を、失敗 ...
https://man.plustar.jp/php/function.ob-start.html - [similar]
__autoload() のデフォルト実装 3187
« spl_autoload_unregister spl_classes » PHP Manual SPL 関数 __autoload() のデフォルト実装 spl_au ... 。 パラメータ class インスタンスを作成するクラス名 (および名前空間名)。 file_extensions デフォルトでは、クラス ... 名を小文字にして .inc および .php を拡張子につけたファイル名のファイルが存在する ...
https://man.plustar.jp/php/function.spl-autoload.html - [similar]