検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 550 for [SIMILAR] 16 1024 4096 WITH 9176 odbc WITH 7245 ... (0.359 sec.)
データベースに関する問題 0
« PHP を手に入れるには インストール » PHP Manual FAQ データベースに関する問題 データベースに関する問題 このセクションでは PHP とデータベースとの関係に関する一般的な質問を 扱います。なんと! PHP は事実上あらゆるデータベースにアクセスすることが できます。 PHP は Microsoft SQL Server にアクセ ...
https://man.plustar.jp/php/faq.databases.html - [similar]
直近に実行されたステートメントで変更・削除・追加、あるいは選択された行の総数を返... 0
« mysqli_stmt mysqli_stmt::attr_get » PHP Manual mysqli_stmt 直近に実行されたステートメントで変更・削除・追加、あるいは選択された行の総数を返す mysqli_stmt::$affected_rows mysqli_stmt_affected_rows (PHP 5, PHP 7, PHP 8) mysqli_stmt::$affected_rows -- mysqli_stmt_affected_rows — 直近に実行 ...
https://man.plustar.jp/php/mysqli-stmt.affected-rows.html - [similar]
Informix データベースに接続する 0
« Informix (PDO) MySQL (PDO) » PHP Manual Informix (PDO) Informix データベースに接続する PDO_INFORMIX DSN (PECL PDO_INFORMIX >= 0.1.0) PDO_INFORMIX DSN — Informix データベースに接続する 説明 PDO_INFORMIX データソース名 (DSN) は、Informix ODBC DSN 文字列を基にしています。 Informix ODBC DS ...
https://man.plustar.jp/php/ref.pdo-informix.connection.html - [similar]
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 --with-adabas[=DIR] Adabas D サポートを有効にします。DIR はAdabas をインストールしたディレクトリで、 /usr/local がデフォルトです。 --with-sapdb[=DIR] SAP DB サポートを有効にします。DIR は SAP DB のベースイ ...
https://man.plustar.jp/php/odbc.installation.html - [similar]
Returns the current "event loop time" 0
« EvLoop::loopFork EvLoop::nowUpdate » PHP Manual EvLoop Returns the current "event loop time" EvLoop::now (PECL ev >= 0.2.0) EvLoop::now — Returns the current "event loop time" 説明 public EvLoop::now (): float Returns the current "event loop time", which is the time the event loop rece ...
https://man.plustar.jp/php/evloop.now.html - [similar]
サービスの状態を問い合わせる 0
« win32_pause_service win32_send_custom_control » PHP Manual win32service 関数 サービスの状態を問い合わせる win32_query_service_status (PECL win32service >=0.1.0) win32_query_service_status — サービスの状態を問い合わせる 説明 win32_query_service_status ( string $servicename , string $mac ...
https://man.plustar.jp/php/function.win32-query-service-status.html - [similar]
Yaf_Application クラス 0
« アプリケーションの設定 Yaf_Application::app » PHP Manual Yaf Yaf_Application クラス Yaf_Application クラス (No version information available, might only be in Git) はじめに Yaf_Application はアプリケーションのブートストラップ機能を提供します。 再利用可能なリソース、共有できるモジュール ...
https://man.plustar.jp/php/class.yaf-application.html - [similar]
PDO ドライバ 0
« PDOException CUBRID (PDO) » PHP Manual PDO PDO ドライバ PDO ドライバ 目次 CUBRID (PDO) MS SQL Server (PDO) Firebird (PDO) IBM (PDO) Informix (PDO) MySQL (PDO) MS SQL Server (PDO) Oracle (PDO) ODBC and DB2 (PDO) PostgreSQL (PDO) SQLite (PDO) 以下のドライバが現在 PDO インターフェイスを実 ...
https://man.plustar.jp/php/pdo.drivers.html - [similar]
SqlStatementResult クラス 0
« SqlStatement::hasMoreResults SqlStatementResult::__construct » PHP Manual Mysql_xdevapi SqlStatementResult クラス SqlStatementResult クラス (PECL mysql-xdevapi >= 8.0.11) はじめに クラス概要 class mysql_xdevapi\SqlStatementResult implements mysql_xdevapi\BaseResult , Traversable { /* メ ...
https://man.plustar.jp/php/class.mysql-xdevapi-sqlstatementresult.html - [similar]
break 0
« foreach continue » PHP Manual 制御構造 break break (PHP 4, PHP 5, PHP 7, PHP 8) break は、現在実行中の for , foreach , while , do-while , switch 構造の実行を終了します。 break では、オプションの引数で ネストしたループ構造を抜ける数を指定することができます。 この引数のデフォルトは 1 で、 ...
https://man.plustar.jp/php/control-structures.break.html - [similar]