downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

DirectoryIterator::getMTime> <DirectoryIterator::getGroup
[edit] Last updated: Fri, 30 Nov 2012

view this page in

DirectoryIterator::getInode

(PHP 5)

DirectoryIterator::getInodeGet inode for the current DirectoryIterator item

Opis

public int DirectoryIterator::getInode ( void )

Get the inode number for the current DirectoryIterator item.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns the inode number for the file.

Przykłady

Przykład #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();
?>

Zobacz też:



add a note add a note User Contributed Notes DirectoryIterator::getInode - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites