検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 674 for [SIMILAR] 16 1024 4096 WITH 9435 dba WITH 8073 ... (0.588 sec.)
DBA データベースを閉じる 10000
« DBA 関数 dba_delete » PHP Manual DBA 関数 DBA データベースを閉じる dba_close (PHP 4, PHP 5, PHP 7, PHP 8) dba_close — DBA データベースを閉じる 説明 dba_close ( resource $dba ): void dba_close() は確立されたデータベースを閉じ、 により指定したデータベースハンドルの全てのリソースを開放しま ...
https://man.plustar.jp/php/function.dba-close.html - [similar]
基本的な例 9938
« 例 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]
DBA 関数 9665
« 基本的な例 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]
データベースを同期する 9110
« 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]
キーが指すデータを取得する 8821
« 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]
最初のキーを取得する 8782
« 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]
次のキーを取得する 8492
« dba_list dba_open » PHP Manual DBA 関数 次のキーを取得する dba_nextkey (PHP 4, PHP 5, PHP 7, PHP 8) dba_nextkey — 次のキーを取得する 説明 dba_nextkey ( resource $dba ): string | false dba_nextkey() は、 が指すデータベースの次のキーを返し、内部キーポインタを進めます。 パラメータ dba dba ...
https://man.plustar.jp/php/function.dba-nextkey.html - [similar]
データベースをオープンする 7196
« dba_nextkey dba_optimize » PHP Manual DBA 関数 データベースをオープンする dba_open (PHP 4, PHP 5, PHP 7, PHP 8) dba_open — データベースをオープンする 説明 dba_open ( string $path , string $mode , string $handler = ? , string ...$args ): resource | false dba_open() は、 handler を用いて ...
https://man.plustar.jp/php/function.dba-open.html - [similar]
データベースを持続的にオープンする 7196
« 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]
要件 7196
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 各機能の動作は、使用するデータベースの実装に依存します。 dba_optimize() および dba_sync() のような関数は、特定のデータベースでは動作しますが、他のデータベースでは 機能しません。サポートされるdbaハンドラをダウン ...
https://man.plustar.jp/php/dba.requirements.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT