検索

phrase: max: clip:
target: order:
Results of 401 - 410 of about 943 for [SIMILAR] 16 1024 4096 WITH 23706 所属 WITH 8873... (2.017 sec.)
どのライブラリを選ぶか 0
« どの API を使うか コンセプト » PHP Manual MySQL 用 PHP ドライバの概要 どのライブラリを選ぶか どのライブラリを選ぶか mysqli、PDO_MySQL といった PHP 拡張モジュールは、 どれも C クライアントライブラリの軽量なラッパーです。これらの拡張モジュールは、 mysqlnd ライブラリあるいは libmysqlclien ...
https://man.plustar.jp/php/mysqlinfo.library.choosing.html - [similar]
Microsoft SQL Server 関数 (PDO_SQLSRV) 0
« PDO_MYSQL DSN PDO_SQLSRV DSN » PHP Manual PDO ドライバ Microsoft SQL Server 関数 (PDO_SQLSRV) Microsoft SQL Server 関数 (PDO_SQLSRV) はじめに PDO_SQLSRV は、 PHP Data Objects (PDO) インターフェイス を実装したドライバです。 PHP から、MS SQL Server (SQL Server 2005 以降) および SQL Azure ...
https://man.plustar.jp/php/ref.pdo-sqlsrv.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual Varnish 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 VARNISH_STATUS_SYNTAX ( int ) VARNISH_STATUS_UNKNOWN ( int ) VARNISH_STATUS ...
https://man.plustar.jp/php/varnish.constants.html - [similar]
国際化関数 0
« ob_iconv_handler はじめに » PHP Manual 自然言語および文字エンコーディング 国際化関数 国際化関数 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 基本的な使用法 Collator — Collator クラス Collator::asort — インデックスの情報を保持しつつ配列を並べ替え ...
https://man.plustar.jp/php/book.intl.html - [similar]
scoutapm がデータを収集する関数の一覧 0
« scoutapm_get_calls SNMP » PHP Manual Scoutapm 関数 scoutapm がデータを収集する関数の一覧 scoutapm_list_instrumented_functions (PECL scoutapm >= 1.0.2) scoutapm_list_instrumented_functions — scoutapm がデータを収集する関数の一覧 説明 scoutapm_list_instrumented_functions (): array この拡 ...
https://man.plustar.jp/php/function.scoutapm-list-instrumented-functions.html - [similar]
Installing the MongoDB PHP Driver with PECL 0
« インストール手順 Installing the MongoDB PHP Driver on macOS with Homebrew » PHP Manual インストール手順 Installing the MongoDB PHP Driver with PECL Installing the MongoDB PHP Driver with PECL この PECL 拡張モジュールをインストールする方法は、 マニュアルの PECL 拡張モジュールのインストー ...
https://man.plustar.jp/php/mongodb.installation.pecl.html - [similar]
基本的な使用法 0
« 例 基本的な使い方 » PHP Manual 例 基本的な使用法 基本的な使用法 この例では、PostgreSQL への接続・クエリの実行・結果の表示 そして切断の方法を説明します。 例1 PostgreSQL 拡張モジュールの概要 <?php // 接続し、データベースを選択する $dbconn = pg_connect ( "host=localhost dbname=publishing ...
https://man.plustar.jp/php/pgsql.examples-basic.html - [similar]
PostgreSQL 関数 (PDO_PGSQL) 0
« PDO_ODBC DSN PDO_PGSQL DSN » PHP Manual PDO ドライバ PostgreSQL 関数 (PDO_PGSQL) PostgreSQL 関数 (PDO_PGSQL) はじめに PDO_PGSQL は、PHP から PostgreSQL データベースへのアクセスを可能にするための PHP Data Objects (PDO) インターフェイス を実装したドライバです。 リソース型 この拡張モジュー ...
https://man.plustar.jp/php/ref.pdo-pgsql.html - [similar]
Unicode 文字プロパティ 0
« エスケープシーケンス アンカー » PHP Manual PCRE 正規表現構文 Unicode 文字プロパティ Unicode 文字プロパティ PHP 5.1.0 以降、 UTF-8 モード を設定した場合に、 一般的な文字タイプにマッチする新たなエスケープシーケンスが 3 つ追加されました。 \p{xx} xx プロパティを持つ文字 \P{xx} xx プロパティ ...
https://man.plustar.jp/php/regexp.reference.unicode.html - [similar]
HTTP クッキー 0
« $_ENV $php_errormsg » PHP Manual 定義済の変数 HTTP クッキー $_COOKIE (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) $_COOKIE — HTTP クッキー 説明 現在のスクリプトに HTTP クッキーから渡された変数の連想配列です。 例 例1 $_COOKIE の例 <?php echo 'Hello ' . htmlspecialchars ( $_COOKIE [ "name" ]) . ...
https://man.plustar.jp/php/reserved.variables.cookies.html - [similar]