function:is_dir ( folder_name );return type:booleancontent:ใช้ตรวจสอบว่าเป็น directory ใช่หรือไม่example:if ( is_dir ( "/bamboo/project" ) ) { echo "this path is directory"; }