useful
recursive PHP functions
recursively ...
... scan directory
scan a directory recursively with PHP
... delete directory
remove directory recursively with PHP
... get size
get filesize of directory and all files within
... do whatever PHP can do
recursively handle data with PHP
PHP Manual for
dbmexists
(PHP 3, PHP 4 )
dbmexists -- Tells if a value exists for a key in a DBM database
Description
bool
dbmexists
( resource dbm_identifier, string key)
Returns
TRUE
if there is a value associated with the
key
.
© 2012
lixlpixel