検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 380 for [SIMILAR] 16 1024 4096 WITH 55999 xforms WITH 16... (0.303 sec.)
クッキー(Cookies) 0
« PHP による HTTP 認証 セッション » PHP Manual 機能 クッキー(Cookies) クッキー(Cookies) PHP は、HTTP クッキー(Cookie)を完全にサポートします。 クッキーは、リモートブラウザに文字列データを保存したり、 再訪するユーザーを特定したりする機構です。 setcookie() か setrawcookie() を使用してクッキ ...
https://man.plustar.jp/php/features.cookies.html - [similar]
セッション 0
« クッキー(Cookies) XFormsの処理 » PHP Manual 機能 セッション セッション PHPのセッションサポートは、連続するアクセスを通じて特定のデータを保持する 手段を構成します。この機能により、よりカスタマイズされたアプリケーション の構築が可能となり、Webサイトをより魅力的なものにすることができます。 ...
https://man.plustar.jp/php/features.sessions.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual intl 定義済み定数 定義済み定数 INTL_ICU_VERSION ( string ) ICUライブラリのバージョン。10進の数字をドットで区切った文字列です。 INTL_MAX_LOCALE_LEN ( int ) ロケール名の長さの制限。PHP コード内では 80 文字までに制限されており、 それより長いロケール名は使用できま ...
https://man.plustar.jp/php/intl.constants.html - [similar]
SolrPingResponse クラス 0
« SolrUpdateResponse::__destruct SolrPingResponse::__construct » PHP Manual Solr SolrPingResponse クラス SolrPingResponse クラス (PECL solr >= 0.9.2) はじめに サーバーへの ping リクエストに対するレスポンスを表現 クラス概要 final class SolrPingResponse extends SolrResponse { /* 定数 */ co ...
https://man.plustar.jp/php/class.solrpingresponse.html - [similar]
持続的データベース接続 0
« 接続処理 コマンドラインの使用法 » PHP Manual 機能 持続的データベース接続 持続的データベース接続 持続的接続は、スクリプトの実行終了時にも閉じられないリンクです。 持続的接続が要求された時、PHPは(前もってオープンされたままになって いる)同じ持続的接続が既にオープンされていないかどうかを確認 ...
https://man.plustar.jp/php/features.persistent-connections.html - [similar]
libcurl セッションハンドルのすべてのオプションをリセットする 0
« curl_pause curl_setopt_array » PHP Manual cURL 関数 libcurl セッションハンドルのすべてのオプションをリセットする curl_reset (PHP 5 >= 5.5.0, PHP 7, PHP 8) curl_reset — libcurl セッションハンドルのすべてのオプションをリセットする 説明 curl_reset ( CurlHandle $handle ): void 指定した cUR ...
https://man.plustar.jp/php/function.curl-reset.html - [similar]
出力制御 関数 0
« 出力リライトの使用法 flush » PHP Manual 出力制御 出力制御 関数 出力制御 関数 参考 header() および setcookie() も参照ください。 目次 flush — システム出力バッファをフラッシュする ob_clean — 出力バッファをクリア(消去)する ob_end_clean — 出力用バッファをクリア(消去)し、出力のバッファリング ...
https://man.plustar.jp/php/ref.outcontrol.html - [similar]
UI 0
« GUI用の拡張モジュール はじめに » PHP Manual GUI用の拡張モジュール UI UI はじめに インストール/設定 要件 インストール手順 UI\Point — Represents a position (x,y) UI\Point::at — Size Coercion UI\Point::__construct — Construct a new Point UI\Point::getX — Retrieves X UI\Point::getY — Retri ...
https://man.plustar.jp/php/book.ui.html - [similar]
0
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 <?php enum SortOrder { case ASC ; case DESC ; } function query ( $fields , $filter , SortOrder $order = SortOrder :: ASC ) { ... } ?> query() 関数は、 $order が SortOrder::ASC または SortOrder: ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
機能 0
« 最新版を維持する PHP による HTTP 認証 » PHP Manual 機能 機能 PHP による HTTP 認証 クッキー(Cookies) セッション XFormsの処理 ファイルアップロードの処理 POST メソッドによるアップロード エラーメッセージの説明 陥りやすい落とし穴 複数ファイルのアップロード PUT メソッドのサポート 参考 リモー ...
https://man.plustar.jp/php/features.html - [similar]