検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 89 for COOKIE (0.012 sec.)
Set the cookies of the HTTP response. 8409
« Swoole\Http\Response Swoole\Http\Response::__destruct » PHP Manual Swoole\Http\Response Set th ... e cookies of the HTTP response. Swoole\Http\Response::cooki ... e (PECL swoole >= 1.9.0) Swoole\Http\Response::cookie — Set the cookies of the HTTP response. 説明 publi ... c Swoole\Http\Response::cookie ( string $name , string $value = ? , string $expir ...
https://man.plustar.jp/php/swoole-http-response.cookie.html - [similar]
The Swoole\Http\Response class 7634
« Swoole\Http\Request::rawcontent Swoole\Http\Response::cookie » PHP Manual Swoole The Swoole\Ht ... class Swoole\Http\Response { /* メソッド */ public cookie ( string $name , string $value = ? , string $expir ... ): void public initHeader (): ReturnType public rawcookie ( string $name , string $value = ? , string $expir ... ring $content ): void } 目次 Swoole\Http\Response::cookie — Set the cookies of the HTTP response. Swoole\Htt ... the HTTP response header. Swoole\Http\Response::rawcookie — Set the raw cookies to the HTTP response. Swoole ...
https://man.plustar.jp/php/class.swoole-http-response.html - [similar]
HTTP リクエスト変数 7634
« $_FILES $_SESSION » PHP Manual 定義済の変数 HTTP リクエスト変数 $_REQUEST (PHP 4 >= 4.1.0, PHP ... HTTP リクエスト変数 説明 $_GET 、 $_POST そして $_COOKIE の内容をまとめた連想配列です。 注意 注意 : これは ... : $_REQUEST 内の変数の内容は、 GET や POST そして COOKIE といった仕組みでスクリプトに渡されます。 これらはリ ... 内容 , 注意 , REQUEST , order , スクリプト , 配列 , COOKIE , 外部 ...
https://man.plustar.jp/php/reserved.variables.request.html - [similar]
その他の変更 7500
« PHP 7.3.x で推奨されなくなる機能 Windows のサポート » PHP Manual PHP 7.2.x から PHP 7.3.x への ... 移行 その他の変更 その他の変更 PHP コア set(raw)cookie 関数は $option 引数を受け入れるように setcookie() ... および setrawcookie() 関数は、次のようなシグネチャもサポートするように ... なりました: setcookie ( string $name , string $value = "" , array $optio ... になりました。 セッションのハンドリング session_set_cookie_params() 関数は、以下のシグネチャもサポートしました ...
https://man.plustar.jp/php/migration73.other-changes.html - [similar]
DateTimeInterface インターフェイス 7433
« DateTimeImmutable::sub DateTime::diff » PHP Manual Date/Time DateTimeInterface インターフェイス ... const string ATOM = "Y-m-d\TH:i:sP" ; const string COOKIE = "l, d-M-Y H:i:s T" ; const string ISO8601 = "Y-m ... (例: 2005-08-15T15:52:01+00:00) DateTimeInterface::COOKIE DATE_COOKIE HTTP Cookie (例: Monday, 15-Aug-2005 1 ...
https://man.plustar.jp/php/class.datetimeinterface.html - [similar]
セッションに関連する INI 設定をセキュアにする 7112
« セッション管理の基礎 セッション関数 » PHP Manual セッション と セキュリティ セッションに関連す ... セッションの設定を強固にする責任があります。 session.cookie_lifetime =0 0 には特別な意味があります。 これは、恒 ... より多くの情報が見つかるかもしれません。 session.use_cookies =On session.use_only_cookies =On HTTP クッキーはい ... Dの管理にクッキーを使うべきです。 session.use_only_cookies =Off の場合、 セッションモジュールは、たとえセッシ ... によって与えられたあらゆるセッションIDを拒否します。 Cookie の仕様によって、 攻撃者はローカルにクッキーのデータ ...
https://man.plustar.jp/php/session.security.ini.html - [similar]
クライアントからの変数を取得する 6979
« Yaf_Request_Http::__construct Yaf_Request_Http::getCookie » PHP Manual Yaf_Request_Http クライ ... ータから name を探し、見つからない場合は POST、GET、Cookie、Server を調べます。 パラメータ name 変数名。 defau ... tPost() - POST 変数を取得する Yaf_Request_Http::getCookie() - Cookie 変数を取得する Yaf_Request_Http::getRaw ... 取得 , 変数 , Yaf , Request , Http , パラメータ , getCookie , string , default , リクエスト ...
https://man.plustar.jp/php/yaf-request-http.get.html - [similar]
LDAP ページネーションクッキーを取得する 6912
« ldap_connect ldap_control_paged_result » PHP Manual LDAP 関数 LDAP ページネーションクッキーを取 ... nse ( resource $link , resource $result , string &$cookie = ? , int &$estimated = ? ): bool サーバーから送ら ... link ldap_connect() が返す LDAP リソース。 result cookie サーバーから送られる opaque structure。 estimated ...
https://man.plustar.jp/php/function.ldap-control-paged-result-response.html - [similar]
クッキー(Cookies) 6858
« PHP による HTTP 認証 セッション » PHP Manual 機能 クッキー(Cookies) クッキー(Cookies) PHP は、 ... HTTP クッキー(Cookie)を完全にサポートします。 クッキーは、リモートブラウ ... たり、 再訪するユーザーを特定したりする機構です。 setcookie() か setrawcookie() を使用してクッキーをセットする ... ができます。 クッキーは HTTP ヘッダの一部なので、 setcookie() はブラウザに何らかの出力を行う前にコールする必要 ... トからサーバーへ送られた全てのクッキーは 自動的に $_COOKIE という(常にグローバルな)配列に格納されます。 多数 ...
https://man.plustar.jp/php/features.cookies.html - [similar]
php.ini ディレクティブのリスト 6724
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ ... ession.serialize_handler "php" PHP_INI_ALL session.cookie_lifetime "0" PHP_INI_ALL session.cookie_path "/" P ... HP_INI_ALL session.cookie_domain "" PHP_INI_ALL session.cookie_secure "0" PH ... のバージョンでは、デフォルト値は "" でした。 session.cookie_httponly "0" PHP_INI_ALL PHP 7.2.0 より前のバージョ ... ンでは、デフォルト値は "" でした。 "" session.cookie_samesite "" PHP_INI_ALL PHP 7.3.0 から利用可能 ses ...
https://man.plustar.jp/php/ini.list.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT