検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 250 for [SIMILAR] 16 1024 4096 WITH 12489 スib WITH 7341... (0.258 sec.)
指定したフィールドが含まれるテーブルの名前を取得する 0
« mysql_field_seek mysql_field_type » PHP Manual MySQL 関数 指定したフィールドが含まれるテーブルの名前を取得する mysql_field_table (PHP 4, PHP 5) mysql_field_table — 指定したフィールドが含まれるテーブルの名前を取得する 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除さ ...
https://man.plustar.jp/php/function.mysql-field-table.html - [similar]
MySQL プロセスのリストを得る 0
« mysql_list_fields mysql_list_tables » PHP Manual MySQL 関数 MySQL プロセスのリストを得る mysql_list_processes (PHP 4 >= 4.3.0, PHP 5) mysql_list_processes — MySQL プロセスのリストを得る 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは PDO ...
https://man.plustar.jp/php/function.mysql-list-processes.html - [similar]
フェッチしたフィールドが null であるかどうかを確認する 0
« oci_fetch oci_field_name » PHP Manual OCI8 関数 フェッチしたフィールドが null であるかどうかを確認する oci_field_is_null (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_field_is_null — フェッチしたフィールドが null であるかどうかを確認する 説明 oci_field_is_null ( resource $statement , s ...
https://man.plustar.jp/php/function.oci-field-is-null.html - [similar]
文の実行で作用された行数を取得する 0
« oci_num_fields oci_parse » PHP Manual OCI8 関数 文の実行で作用された行数を取得する oci_num_rows (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_num_rows — 文の実行で作用された行数を取得する 説明 oci_num_rows ( resource $statement ): int | false 文の実行で作用された行数を取得します。 パラ ...
https://man.plustar.jp/php/function.oci-num-rows.html - [similar]
テーブルからメタデータを取得する 0
« pg_lo_write pg_num_fields » PHP Manual PostgreSQL 関数 テーブルからメタデータを取得する pg_meta_data (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) pg_meta_data — テーブルからメタデータを取得する 説明 pg_meta_data ( PgSql\Connection $connection , string $table_name , bool $extended = false ): a ...
https://man.plustar.jp/php/function.pg-meta-data.html - [similar]
Makes the next result of the specified statement active 0
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specified statement active sqlsrv_next_result (No version information available, might only be in Git) sqlsrv_next_result — Makes the next result of the specified statement active 説明 sqlsrv_next_r ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
CCL パーサを起動する 0
« yaz_ccl_conf yaz_close » PHP Manual YAZ 関数 CCL パーサを起動する yaz_ccl_parse (PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) yaz_ccl_parse — CCL パーサを起動する 説明 yaz_ccl_parse ( resource $id , string $query , array &$result ): bool この関数は、CCL パーサを起動します。パーサは、指定された C ...
https://man.plustar.jp/php/function.yaz-ccl-parse.html - [similar]
ふたつの IntlCalendar オブジェクトの時刻を比較する 0
« IntlCalendar::createInstance IntlCalendar::fieldDifference » PHP Manual IntlCalendar ふたつの IntlCalendar オブジェクトの時刻を比較する IntlCalendar::equals (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::equals — ふたつの IntlCalendar オブジェクトの時刻を比較する 説明 オ ...
https://man.plustar.jp/php/intlcalendar.equals.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
« 基本的な使用法 PostgreSQL 関数 » PHP Manual 例 基本的な使い方 基本的な使い方 以下の例には、レガシーなMySQL関数に似た、ユーザー定義関数が含まれています。 例1 PostgreSQL のユーザー定義関数の例 <?php // この関数は、PostgreSQL 接続がデータベースにバインドしているので必要 // This function s ...
https://man.plustar.jp/php/pgsql.examples-queries.html - [similar]