update : 2015.11.03
php.shukuma.com검색:
|
DirectoryIterator::getInode(PHP 5) DirectoryIterator::getInode — Get inode for the current DirectoryIterator item 설명
public int DirectoryIterator::getInode
( void
)
Get the inode number for the current DirectoryIterator item. 인수이 함수는 인수가 없습니다. 반환값Returns the inode number for the file. 예제
Example #1 DirectoryIterator::getInode() example This example displays the inode number for the directory containing the script.
<?php 참고
|