検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 308 for [SIMILAR] 16 1024 4096 WITH 30235 nseconds WITH ... (0.325 sec.)
はじめに 0
« uopz インストール/設定 » PHP Manual uopz はじめに はじめに uopz (User Operations for Zend) エクステンションは、 コンパイル時および実行時に通常使用される Zend Engine の機能を公開します。 その目的は、PHP コードを表す内部構造の変更を可能にすること、 およびユーザーのコードが VM と対話できる ...
https://man.plustar.jp/php/intro.uopz.html - [similar]
持続的接続 0
« 非互換性 統計情報 » PHP Manual Mysqlnd 持続的接続 持続的接続 持続的接続の使用 mysqli と mysqlnd の組み合わせで使っている場合は、 持続的接続を作るときにサーバー上で COM_CHANGE_USER ( mysql_change_user() ) を呼び出します。これで、接続の認証が再び行われることになります。 COM_CHANGE_USER の ...
https://man.plustar.jp/php/mysqlnd.persist.html - [similar]
キーワードのリスト 0
« 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト これらのキーワードは、PHP では特別な意味があります。これらのいくつかは 関数やメソッドのようなものを表し、いくつかは定数のようなものを表す、 といったようになっていますが、実際にはそうではありませ ...
https://man.plustar.jp/php/reserved.keywords.html - [similar]
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 SQLite3 拡張モジュールはデフォルトで有効になっています。 無効にするには、コンパイル時に --without-sqlite3 を指定します。 Windows ユーザーは、この拡張モジュールを使用するには php_sqlite3.dll を有効にしなけれ ...
https://man.plustar.jp/php/sqlite3.installation.html - [similar]
IntlTimeZone クラス 0
« IntlGregorianCalendar::setGregorianChange IntlTimeZone::__construct » PHP Manual intl IntlTimeZone クラス IntlTimeZone クラス (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) はじめに クラス概要 class IntlTimeZone { /* Constants */ const int DISPLAY_SHORT = 1 ; const int DISPLAY_LONG = ...
https://man.plustar.jp/php/class.intltimezone.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 PHP オプション/情報設定オプション 名前 デフォルト 変更可能 変更履歴 assert.active "1" PHP_INI_ALL assert.bail "0" PHP_INI_ALL assert.warning "1" PHP_INI_ALL assert.ca ...
https://man.plustar.jp/php/info.configuration.html - [similar]
はじめに 0
« Date/Time インストール/設定 » PHP Manual Date/Time はじめに はじめに 以下の関数により、PHP スクリプトを実行するサーバーから 日付と時間を取得することが可能となります。 多くの異なる方法で日付や時間をフォーマットするために これらの関数を使用することができます。 日付と時刻の情報は内部的には ...
https://man.plustar.jp/php/intro.datetime.html - [similar]
実行を遅延させる 0
« show_source sys_getloadavg » PHP Manual その他の関数 実行を遅延させる sleep (PHP 4, PHP 5, PHP 7, PHP 8) sleep — 実行を遅延させる 説明 sleep ( int $seconds ): int seconds で与えられた秒数分プログラムの実行を遅延させます。 パラメータ seconds 秒単位の停止時間。 戻り値 成功した場合にゼロ、 ...
https://man.plustar.jp/php/function.sleep.html - [similar]
strftime が生成した日付/時刻をパースする 0
« strftime strtotime » PHP Manual 日付・時刻 関数 strftime が生成した日付/時刻をパースする strptime (PHP 5 >= 5.1.0, PHP 7, PHP 8) strptime — strftime() が生成した日付/時刻をパースする 警告 この関数は PHP 8.1.0 で 非推奨 になります。この関数に頼らないことを強く推奨します。 説明 strptime ...
https://man.plustar.jp/php/function.strptime.html - [similar]
パフォーマンス 0
« 再帰的パターン PCRE 関数 » PHP Manual PCRE 正規表現構文 パフォーマンス パフォーマンス パターンに記述可能な要素のうち、幾つかの要素は、他の要素よりも 効率的に処理されます。 (a|e|i|o|u) のような選択肢の集合よりも [aeiou] のような文字クラスの方が効率的です。一般に、構文が 最も単純なものが ...
https://man.plustar.jp/php/regexp.reference.performance.html - [similar]