Results for dbm translation from Japanese to English

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Japanese

English

Info

Japanese

dbm

English

dbm

Last Update: 2013-04-17
Usage Frequency: 1
Quality:

Reference: Wikipedia

Japanese

例 1 ある dbm データベース上のすべてのキー/値の組み合わせを取り出します。

English

$key = dbmfirstkey ($dbm_id); while ($key) {echo "$key = ". dbmfetch ($dbm_id, $key). "\n"; $key = dbmnextkey ($dbm_id, $key);}

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Wikipedia
Warning: Contains invisible HTML formatting

Japanese

key の次のキーを返します。まず dbmfirstkey() をコールし、引き続き dbmnextkey () をコールすれば、dbm データベース上のすべてのキー/値 の組み合わせを取り出すことができます。たとえば、以下のように コーディングします。

English

by calling dbmfirstkey() followed by successive calls to dbmnextkey() it is possible to visit every key / value pair in the dbm database.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Wikipedia

Get a better translation with
8,762,564,514 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK