function:isset ( varname );return type:booleancontent:ใช้ตรวจสอบว่า ตัวแปรนั้น ได้ประกาศไว้แล้วหรือไม่example:if ( isset ( $name ) ) { echo "already"; }