Results for dbmfirstkey translation from French to Korean

French

Translate

dbmfirstkey

Translate

Korean

Translate
Translate

Instantly translate texts, documents and voice with Lara

Translate now

Human contributions

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

Add a translation

French

Korean

Info

French

en appelant dbmfirstkey(), puis successivement dbmnextkey(), il est possible de passer en revue toute les paires clé / valeur de la base de données dbm.

Korean

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

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

French

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

Korean

예 1. visiting every key/value pair in a dbm database

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

Warning: Contains invisible HTML formatting

Get a better translation with
8,873,616,490 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