DirectoryIterator::getInode

(PHP 5, PHP 7)

DirectoryIterator::getInodeGet inode for the current DirectoryIterator item

说锟斤拷

public DirectoryIterator::getInode ( void ) : int

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
$iterator 
= new DirectoryIterator(dirname(__FILE__));
echo 
$iterator->getInode();
?>

锟轿硷拷