getmyinode
(PHP 4, PHP 5)
getmyinode — Gets the inode of the current script
설명
int getmyinode
( void
)
Gets the inode of the current script.
반환값
Returns the current script's inode as an integer, or FALSE on error.
참고
- getmygid() - Get PHP script owner's GID
- getmyuid() - Gets PHP script owner's UID
- getmypid() - Gets PHP's process ID
- get_current_user() - 현재 PHP 스크립트 소유자의 이름을 얻습니다
- getlastmod() - 페이지를 수정한 최종 시간을 얻습니다
There are no user contributed notes for this page.
