Is there any specific function or any way by which the number of lines in a GDBM
file can be counted?Otherwise, I want to retrieve all the lines in a GDBM
file at once(Iam able to retrieve the key value pairs using gdbm_fetch()
but only one at a time.
Asked
Active
Viewed 115 times