検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 949 for [SIMILAR] 16 1024 4096 WITH 31378 oracle WITH 11... (1.230 sec.)
はじめに 2597
« PDO インストール/設定 » PHP Manual PDO はじめに はじめに PHP Data Objects ( PDO ) 拡張モジュールは、 PHP の中からデータベースにアクセスするための軽量で高性能な インターフェイスを定義します。 PDO インターフェイスを実装する各データベースドライバは、 正規表現関数のようなデータベース固有の ...
https://man.plustar.jp/php/intro.pdo.html - [similar]
対応する GeoIP データベースのファイル名を返す 2597
« geoip_db_avail geoip_db_get_all_info » PHP Manual GeoIP 関数 対応する GeoIP データベースのファイル名を返す geoip_db_filename (PECL geoip >= 1.0.1) geoip_db_filename — 対応する GeoIP データベースのファイル名を返す 説明 geoip_db_filename ( int $database ): string geoip_db_filename() 関数 ...
https://man.plustar.jp/php/function.geoip-db-filename.html - [similar]
GeoIP データベースが使用可能かどうかを調べる 2597
« geoip_database_info geoip_db_filename » PHP Manual GeoIP 関数 GeoIP データベースが使用可能かどうかを調べる geoip_db_avail (PECL geoip >= 1.0.1) geoip_db_avail — GeoIP データベースが使用可能かどうかを調べる 説明 geoip_db_avail ( int $database ): bool geoip_db_avail() 関数は、対応する Ge ...
https://man.plustar.jp/php/function.geoip-db-avail.html - [similar]
データベースを同期する 2597
« dba_replace ODBC » PHP Manual DBA 関数 データベースを同期する dba_sync (PHP 4, PHP 5, PHP 7, PHP 8) dba_sync — データベースを同期する 説明 dba_sync ( resource $dba ): bool dba_sync() は データベースを同期します。サポートされる場合には、 おそらくディスクへの物理的アクセスへのきっかけとな ...
https://man.plustar.jp/php/function.dba-sync.html - [similar]
GeoIP データベースの情報を取得する 2597
« geoip_country_name_by_name geoip_db_avail » PHP Manual GeoIP 関数 GeoIP データベースの情報を取得する geoip_database_info (PECL geoip >= 0.2.0) geoip_database_info — GeoIP データベースの情報を取得する 説明 geoip_database_info ( int $database = GEOIP_COUNTRY_EDITION ): string geoip_datab ...
https://man.plustar.jp/php/function.geoip-database-info.html - [similar]
オブジェクトがデータベースに存在するかをチェックする 2597
« mysql_xdevapi\DatabaseObject DatabaseObject::getName » PHP Manual mysql_xdevapi\DatabaseObject オブジェクトがデータベースに存在するかをチェックする DatabaseObject::existsInDatabase (No version information available, might only be in Git) DatabaseObject::existsInDatabase — オブジェクトが ...
https://man.plustar.jp/php/mysql-xdevapi-databaseobject.existsindatabase.html - [similar]
DBA 関数 2597
« 基本的な例 dba_close » PHP Manual DBA DBA 関数 DBA 関数 目次 dba_close — DBA データベースを閉じる dba_delete — キーが指す DBA エントリを削除する dba_exists — キーが存在するかどうかを確認する dba_fetch — キーが指すデータを取得する dba_firstkey — 最初のキーを取得する dba_handlers — 利用可 ...
https://man.plustar.jp/php/ref.dba.html - [similar]
データベースを持続的にオープンする 2597
« dba_optimize dba_replace » PHP Manual DBA 関数 データベースを持続的にオープンする dba_popen (PHP 4, PHP 5, PHP 7, PHP 8) dba_popen — データベースを持続的にオープンする 説明 dba_popen ( string $path , string $mode , string $handler = ? , mixed ...$args ): resource | false dba_popen() は ...
https://man.plustar.jp/php/function.dba-popen.html - [similar]
すべての GeoIP データベース形式についての詳細情報を返す 2597
« geoip_db_filename geoip_domain_by_name » PHP Manual GeoIP 関数 すべての GeoIP データベース形式についての詳細情報を返す geoip_db_get_all_info (PECL geoip >= 1.0.1) geoip_db_get_all_info — すべての GeoIP データベース形式についての詳細情報を返す 説明 geoip_db_get_all_info (): array geoip_ ...
https://man.plustar.jp/php/function.geoip-db-get-all-info.html - [similar]
基本的な例 2597
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/test.db" , "n" , "db2" ); if (! $id ) { echo "dba_open failed\n" ; exit; } dba_replace ( "key" , "This is an example!" , $id ); if ( dba_exists ( "key" , $id )) { echo dba_fetch ( "key" , $id ); ...
https://man.plustar.jp/php/dba.example.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT