検索

phrase: max: clip:
target: order:
Results of 701 - 710 of about 773 for [SIMILAR] 16 1024 4096 WITH 17010 cubrid WITH 61... (1.034 sec.)
0
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り、2 秒後に起動します $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds elapsed\n" ; }); // タイマーを作って 2 秒後に起動させ、その後は // 手で止めるまで 1 秒おきに繰り返します $w2 = ne ...
https://man.plustar.jp/php/ev.examples.html - [similar]
すべての HTTP リクエストヘッダを取得する 0
« apache_note apache_response_headers » PHP Manual Apache 関数 すべての HTTP リクエストヘッダを取得する apache_request_headers (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) apache_request_headers — すべての HTTP リクエストヘッダを取得する 説明 apache_request_headers (): array 現在のリクエストにお ...
https://man.plustar.jp/php/function.apache-request-headers.html - [similar]
定数の値を返す 0
« connection_status define » PHP Manual その他の関数 定数の値を返す constant (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) constant — 定数の値を返す 説明 constant ( string $name ): mixed name で指定した定数の値を返します。 constant() はある定数の値を取得する必要があるが、 その名前が不明な場合に有 ...
https://man.plustar.jp/php/function.constant.html - [similar]
この接続上で最後に成功した insert クエリが自動生成した ID を返す 0
« db2_get_option db2_lob_read » PHP Manual IBM DB2 関数 この接続上で最後に成功した insert クエリが自動生成した ID を返す db2_last_insert_id (PECL ibm_db2 >= 1.7.1) db2_last_insert_id — この接続上で最後に成功した insert クエリが自動生成した ID を返す 説明 db2_last_insert_id ( resource $re ...
https://man.plustar.jp/php/function.db2-last-insert-id.html - [similar]
クエリ結果のステータスを取得する 0
« pg_result_seek pg_select » PHP Manual PostgreSQL 関数 クエリ結果のステータスを取得する pg_result_status (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_result_status — クエリ結果のステータスを取得する 説明 pg_result_status ( PgSql\Result $result , int $mode = PGSQL_STATUS_LONG ): string | int ...
https://man.plustar.jp/php/function.pg-result-status.html - [similar]
Begins a database transaction 0
« SQLSRV 関数 sqlsrv_cancel » PHP Manual SQLSRV 関数 Begins a database transaction sqlsrv_begin_transaction (No version information available, might only be in Git) sqlsrv_begin_transaction — Begins a database transaction 説明 sqlsrv_begin_transaction ( resource $conn ): bool The transac ...
https://man.plustar.jp/php/function.sqlsrv-begin-transaction.html - [similar]
ストリームにタイムアウトを設定する 0
« stream_set_read_buffer stream_set_write_buffer » PHP Manual ストリーム 関数 ストリームにタイムアウトを設定する stream_set_timeout (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) stream_set_timeout — ストリームにタイムアウトを設定する 説明 stream_set_timeout ( resource $stream , int $seconds , in ...
https://man.plustar.jp/php/function.stream-set-timeout.html - [similar]
名前空間の定義 0
« 名前空間の概要 サブ名前空間の宣言 » PHP Manual 名前空間 名前空間の定義 名前空間の定義 (PHP 5 >= 5.3.0, PHP 7, PHP 8) PHP のコードならなんでも名前空間に含めることができますが、 実際に名前空間の影響を受けるのはクラス (抽象クラスやトレイトを含む) とインターフェイス、関数、そして定数だけで ...
https://man.plustar.jp/php/language.namespaces.definition.html - [similar]
基本的な使用法 0
« 例 LDAP コントロール » PHP Manual 例 基本的な使用法 基本的な使用法 あるディレクトリサーバーから姓が "S" から始まる全てのエントリに 関する情報を検索し、名前と電子メールアドレスで検索結果を表示します。 例1 LDAP 検索の例 <?php // LDAP の基本シーケンスは、接続、バインド、検索、検索結果の解 ...
https://man.plustar.jp/php/ldap.examples-basic.html - [similar]
使用している接続の型を文字列で返す 0
« mysqli::get_connection_stats mysqli::$protocol_version » PHP Manual mysqli 使用している接続の型を文字列で返す mysqli::$host_info mysqli_get_host_info (PHP 5, PHP 7, PHP 8) mysqli::$host_info -- mysqli_get_host_info — 使用している接続の型を文字列で返す 説明 オブジェクト指向型 string $my ...
https://man.plustar.jp/php/mysqli.get-host-info.html - [similar]