PHP » PYTHON |
login |
register |
about
|
PYTHON dba_fetch
is this article helpful?
|
Python replacement for PHP's dba_fetch
[
edit
| history
]
result = db[key] dba_fetch(PHP 4, PHP 5) dba_fetch — Fetch data specified by key Description
string dba_fetch
( string $key
, resource $handle
)
string dba_fetch
( string $key
, int $skip
, resource $handle
)
dba_fetch() fetches the data specified by key from the database specified with handle . Parameters
Return ValuesReturns the associated string if the key/data pair is found, FALSE otherwise. Changelog
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|