Help for this page
Select Code to Download
Select
or
download this
opendir(CLEANPATH, $path) or do { ... };
Select
or
download this
if ( opendir(CLEANPATH, $path) ) { ... closedir(CLEANPATH); } else { ... }