検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 163 for [SIMILAR] 16 1024 4096 WITH 20237 イヤ WITH 1280... (0.277 sec.)
最初のキーを取得する 3665
« dba_fetch dba_handlers » PHP Manual DBA 関数 最初のキーを取得する dba_firstkey (PHP 4, PHP 5, PHP 7, PHP 8) dba_firstkey — 最初のキーを取得する 説明 dba_firstkey ( resource $dba ): string | false dba_firstkey() はデータベースの最初のキーを返し、 内部キーポインタをリセットします。 この関 ...
https://man.plustar.jp/php/function.dba-firstkey.html - [similar]
キーが指すデータを取得する 3665
« dba_exists dba_firstkey » PHP Manual DBA 関数 キーが指すデータを取得する dba_fetch (PHP 4, PHP 5, PHP 7, PHP 8) dba_fetch — キーが指すデータを取得する 説明 dba_fetch ( string $key , resource $handle ): string dba_fetch ( string $key , int $skip , resource $handle ): string dba_fetch() ...
https://man.plustar.jp/php/function.dba-fetch.html - [similar]
基本的な例 3665
« 例 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]
データベースを同期する 3665
« 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]
データベース関連 0
« SodiumException 抽象化レイヤー » PHP Manual 関数リファレンス データベース関連 データベース関連 抽象化レイヤー DBA — データベース (dbm 形式) 抽象化レイヤ ODBC — ODBC (Unified) PDO — PHP Data Objects ベンダー固有のモジュール CUBRID dBase Firebird/InterBase IBM DB2 — IBM DB2、Cloudscape お ...
https://man.plustar.jp/php/refs.database.html - [similar]
はじめに 0
« DBA インストール/設定 » PHP Manual DBA はじめに はじめに これらの関数は、Berkeley DB 型データベースへのアクセス用の基本関数を構成します。 これらの関数は、複数のファイルベースのデータベース用の抽象化レイヤです。 その機能は、 » Oracle Berkeley DB でサポートされているような近代的なデータベ ...
https://man.plustar.jp/php/intro.dba.html - [similar]
ODBC (Unified) 0
« dba_sync はじめに » PHP Manual 抽象化レイヤー ODBC (Unified) ODBC (Unified) はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 ODBC 関数 odbc_autocommit — 自動コミットの動作をオンまたはオフにする odbc_binmode — バイナリカラムデータを処理する odbc_close_ ...
https://man.plustar.jp/php/book.uodbc.html - [similar]
OpenAL 音声レイヤを初期化する 0
« openal_device_close openal_listener_get » PHP Manual OpenAL 関数 OpenAL 音声レイヤを初期化する openal_device_open (PECL openal >= 0.1.0) openal_device_open — OpenAL 音声レイヤを初期化する 説明 openal_device_open ( string $device_desc = ? ): resource パラメータ device_desc device_desc で ...
https://man.plustar.jp/php/function.openal-device-open.html - [similar]
複数の画像の中で最大の境界範囲を返す 0
« Imagick::compareImageChannels Imagick::compareImages » PHP Manual Imagick 複数の画像の中で最大の境界範囲を返す Imagick::compareImageLayers (PECL imagick 2, PECL imagick 3) Imagick::compareImageLayers — 複数の画像の中で最大の境界範囲を返す 説明 public Imagick::compareImageLayers ( int $ ...
https://man.plustar.jp/php/imagick.compareimagelayers.html - [similar]
はじめに 0
« PDO インストール/設定 » PHP Manual PDO はじめに はじめに PHP Data Objects ( PDO ) 拡張モジュールは、 PHP の中からデータベースにアクセスするための軽量で高性能な インターフェイスを定義します。 PDO インターフェイスを実装する各データベースドライバは、 正規表現関数のようなデータベース固有の ...
https://man.plustar.jp/php/intro.pdo.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT