検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 577 for [SIMILAR] 16 1024 4096 WITH 9435 dba WITH 7443 ... (2.775 sec.)
キーが存在するかどうかを確認する 10000
« dba_delete dba_fetch » PHP Manual DBA 関数 キーが存在するかどうかを確認する dba_exists (PHP 4, PHP 5, PHP 7, PHP 8) dba_exists — キーが存在するかどうかを確認する 説明 dba_exists ( string | array $key , resource $dba ): bool dba_exists() は、指定した key がデータベースに存在するかどうか ...
https://man.plustar.jp/php/function.dba-exists.html - [similar]
キーが指す DBA エントリを削除する 7400
« dba_close dba_exists » PHP Manual DBA 関数 キーが指す DBA エントリを削除する dba_delete (PHP 4, PHP 5, PHP 7, PHP 8) dba_delete — キーが指す DBA エントリを削除する 説明 dba_delete ( string | array $key , resource $dba ): bool dba_delete() は、指定されたエントリを データベースから削除し ...
https://man.plustar.jp/php/function.dba-delete.html - [similar]
DBA 関数 7400
« 基本的な例 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]
キーが指すデータを取得する 7400
« 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]
エントリを置換または挿入する 7400
« dba_popen dba_sync » PHP Manual DBA 関数 エントリを置換または挿入する dba_replace (PHP 4, PHP 5, PHP 7, PHP 8) dba_replace — エントリを置換または挿入する 説明 dba_replace ( string | array $key , string $value , resource $dba ): bool dba_replace() は、 dba で 指定したデータベースに key ...
https://man.plustar.jp/php/function.dba-replace.html - [similar]
エントリを挿入する 7400
« dba_handlers dba_key_split » PHP Manual DBA 関数 エントリを挿入する dba_insert (PHP 4, PHP 5, PHP 7, PHP 8) dba_insert — エントリを挿入する 説明 dba_insert ( string | array $key , string $value , resource $dba ): bool dba_insert() は、 データベースに key および value で記述されるエント ...
https://man.plustar.jp/php/function.dba-insert.html - [similar]
データベース (dbm 形式) 抽象化レイヤ 7400
« 抽象化レイヤー はじめに » PHP Manual 抽象化レイヤー データベース (dbm 形式) 抽象化レイヤ データベース (dbm 形式) 抽象化レイヤ はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 基本的な例 DBA 関数 dba_close — DBA データベースを閉じる dba_delete — キー ...
https://man.plustar.jp/php/book.dba.html - [similar]
基本的な例 7400
« 例 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 データベースを閉じる 7400
« 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]
次のキーを取得する 7400
« 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]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT