検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 631 for [SIMILAR] 16 1024 4096 WITH 39789 getpwnam WITH ... (0.486 sec.)
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 Memcached 設定オプション 名前 デフォルト 変更可能 変更履歴 memcached.sess_locking On PHP_INI_ALL memcached 0.1.0 以降で利用可能です。 memcached.sess_consistent_hash O ...
https://man.plustar.jp/php/memcached.configuration.html - [similar]
セッションのサポート 0
« Read-through キャッシュコールバック Memcached » PHP Manual Memcached セッションのサポート セッションのサポート Memcached は独自のセッションハンドラを用意しており、 これを使用するとユーザーセッションを memcache に格納することができます。 内部的に使用するのは完全に分離された memcached イ ...
https://man.plustar.jp/php/memcached.sessions.html - [similar]
接続、および接続の管理 0
« 定義済み定数 トランザクションおよび自動コミット » PHP Manual PDO 接続、および接続の管理 接続、および接続の管理 PDO 基底クラスのインスタンスを作成することにより、接続が確立されます。 どのドライバを使用するのかにかかわらず、常に PDO クラスを指定します。 コンストラクタに渡す引数により、デ ...
https://man.plustar.jp/php/pdo.connections.html - [similar]
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHP をコンパイルする際に、オプション --with-pspell[=dir] を追加する 必要があります。 注意 : Win32 ユーザーへの注意 この拡張モジュールを動作させるには、 Windows システムの PATH が通った場所に DLL ファイルが ...
https://man.plustar.jp/php/pspell.installation.html - [similar]
クラスを定義する拡張モジュールを表す ReflectionExtension オブジェクトを取得する 0
« ReflectionClass::getEndLine ReflectionClass::getExtensionName » PHP Manual ReflectionClass クラスを定義する拡張モジュールを表す ReflectionExtension オブジェクトを取得する ReflectionClass::getExtension (PHP 5, PHP 7, PHP 8) ReflectionClass::getExtension — クラスを定義する拡張モジュールを ...
https://man.plustar.jp/php/reflectionclass.getextension.html - [similar]
クラスを定義する拡張モジュールの名前を取得する 0
« ReflectionClass::getExtension ReflectionClass::getFileName » PHP Manual ReflectionClass クラスを定義する拡張モジュールの名前を取得する ReflectionClass::getExtensionName (PHP 5, PHP 7, PHP 8) ReflectionClass::getExtensionName — クラスを定義する拡張モジュールの名前を取得する 説明 public ...
https://man.plustar.jp/php/reflectionclass.getextensionname.html - [similar]
HTTP POST 変数 0
« $_GET $_FILES » PHP Manual 定義済の変数 HTTP POST 変数 $_POST (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) $_POST — HTTP POST 変数 説明 Content-Type に application/x-www-form-urlencoded あるいは multipart/form-data を用いた HTTP リクエストで、 HTTP POST メソッドから現在のスクリプトに渡された変 ...
https://man.plustar.jp/php/reserved.variables.post.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 セッションの設定オプション 名前 デフォルト 変更可能 変更履歴 session.save_path "" PHP_INI_ALL session.name "PHPSESSID" PHP_INI_ALL session.save_handler "files" PHP_IN ...
https://man.plustar.jp/php/session.configuration.html - [similar]
ステートメントが読み取り専用かどうかを返す 0
« SQLite3Stmt::paramCount SQLite3Stmt::reset » PHP Manual SQLite3Stmt ステートメントが読み取り専用かどうかを返す SQLite3Stmt::readOnly (PHP 5 >= 5.3.6, PHP 7, PHP 8) SQLite3Stmt::readOnly — ステートメントが読み取り専用かどうかを返す 説明 public SQLite3Stmt::readOnly (): bool ステートメン ...
https://man.plustar.jp/php/sqlite3stmt.readonly.html - [similar]
Exception 0
« 定義済みの例外 Exception::__construct » PHP Manual 定義済みの例外 Exception Exception (PHP 5, PHP 7, PHP 8) はじめに Exception は、 すべてのユーザー例外の基底クラスです。 クラス概要 class Exception implements Throwable { /* プロパティ */ protected string $ message = "" ; private string ...
https://man.plustar.jp/php/class.exception.html - [similar]