検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1517 for [SIMILAR] 16 1024 4096 WITH 27850 果セ WITH 1045... (1.091 sec.)
はじめに 3326
« Sessions インストール/設定 » PHP Manual Sessions はじめに はじめに PHPのセッションサポート機能は、複数回のアクセスを通じて特定のデータを保持する手段を実現するものです。 Web サイトの訪問者にはセッションIDというセッションIDと呼ばれるユニークなIDが割りつけられ ます。このIDは、ユーザー側に ...
https://man.plustar.jp/php/intro.session.html - [similar]
セッションを開始する 3326
« SessionHandler::gc SessionHandler::read » PHP Manual SessionHandler セッションを開始する SessionHandler::open (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandler::open — セッションを開始する 説明 public SessionHandler::open ( string $path , string $name ): bool 新しいセッションを作成するか、 ...
https://man.plustar.jp/php/sessionhandler.open.html - [similar]
インストール手順 3326
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHPのセッションサポートはデフォルトで有効となっています。 セッションサポートを有効にしてPHPを構築したくない場合には、 configureにオプション --disable-session を指定する必要があります。 セッション記憶領域と ...
https://man.plustar.jp/php/session.installation.html - [similar]
セッションのデータを書き込む 3326
« SessionHandler::read SessionHandlerInterface » PHP Manual SessionHandler セッションのデータを書き込む SessionHandler::write (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandler::write — セッションのデータを書き込む 説明 public SessionHandler::write ( string $id , string $data ): bool セッショ ...
https://man.plustar.jp/php/sessionhandler.write.html - [similar]
cURL セッションを閉じる 3326
« cURL 関数 curl_copy_handle » PHP Manual cURL 関数 cURL セッションを閉じる curl_close (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) curl_close — cURL セッションを閉じる 説明 curl_close ( CurlHandle $handle ): void 注意 : この関数を実行しても何も起こりません。PHP 8.0.0 より前のバージョンでは、こ ...
https://man.plustar.jp/php/function.curl-close.html - [similar]
セッションを閉じる 3326
« SessionHandlerInterface SessionHandlerInterface::destroy » PHP Manual SessionHandlerInterface セッションを閉じる SessionHandlerInterface::close (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandlerInterface::close — セッションを閉じる 説明 public SessionHandlerInterface::close (): bool 現在のセ ...
https://man.plustar.jp/php/sessionhandlerinterface.close.html - [similar]
SNMP セッションを閉じる 3326
« SNMP SNMP::__construct » PHP Manual SNMP SNMP セッションを閉じる SNMP::close (PHP 5 >= 5.4.0, PHP 7, PHP 8) SNMP::close — SNMP セッションを閉じる 説明 public SNMP::close (): bool SNMP セッションオブジェクトを閉じます。 パラメータ この関数にはパラメータはありません。 戻り値 成功した場合 ...
https://man.plustar.jp/php/snmp.close.html - [similar]
要件 3326
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 外部ライブラリは必要ありません。 注意 : オプションで、Ralf S. Engelschallにより開発されたセッションの保 存用の共有メモリ(mm)を使用することも可能です。 » mm をダウンロードし、インストールす ることができます。この ...
https://man.plustar.jp/php/session.requirements.html - [similar]
セッションを閉じる 3326
« SessionHandler SessionHandler::create_sid » PHP Manual SessionHandler セッションを閉じる SessionHandler::close (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandler::close — セッションを閉じる 説明 public SessionHandler::close (): bool 現在のセッションを閉じます。この関数はセッションを閉じると ...
https://man.plustar.jp/php/sessionhandler.close.html - [similar]
変数の型をセットする 3326
« serialize strval » PHP Manual 変数操作 関数 変数の型をセットする settype (PHP 4, PHP 5, PHP 7, PHP 8) settype — 変数の型をセットする 説明 settype ( mixed &$var , string $type ): bool 変数 var の型を type にセットします。 パラメータ var 変換する変数。 type type の値は以下の命令のいずれか ...
https://man.plustar.jp/php/function.settype.html - [similar]