★ wanayoo — archive 1999 http://www.php.net/manual/ja/function.fileinode.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to ファイルシステム
Quick Reference
English version of this pageGerman version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
ファイルシステム
* basename
* chgrp
* chmod
* chown
* clearstatcache
* copy
* delete
* dirname
* diskfreespace
* fclose
* feof
* fgetc
* fgetcsv
* fgets
* fgetss
* file
* file_exists
* fileatime
* filectime
* filegroup
* fileinode
* filemtime
* fileowner
* fileperms
* filesize
* filetype
* flock
* fopen
* fpassthru
* fputs
* fread
* fscanf
* fseek
* fstat
* ftell
* ftruncate
* fwrite
* set_file_buffer
* is_dir
* is_executable
* is_file
* is_link
* is_readable
* is_writeable
* link
* linkinfo
* mkdir
* pclose
* popen
* readfile
* readlink
* rename
* rewind
* rmdir
* stat
* lstat
* realpath
* symlink
* tempnam
* touch
* umask
* unlink
Manual: fileinode
View the source code for this pageSearch the site



Previous page
 filegroup
 Updated
Sat, 12 Aug 2000
filemtime 
Next page


fileinode

(PHP3 , PHP4 )

fileinode -- ファイルのinodeを取得する

説明

int fileinode (string filename)

ファイルのinode番号を返し、エラーの場合はfalseを返します。

この関数の結果はキャッシュされます。詳細は、 clearstatcache()を参照下さい。

注意: この関数は、Windowsでは動作しません。


User Contributed Notes: fileinode



04-Jul-2000 06:11
What is inode?


danielmckay@hotmail.com
22-Jul-2000 07:10
I was wondering the same thing, so I looked it up. If I understand correctly, an inode is the data structure used by UNIX to keep track of a file's mode, modification dates, directory, etc. Each file has a unique inode ID number that UNIX uses to access this information. The function almost certainly won't work on Windows.


 About Notes


Previous page
 filegroup
 Updated
Sat, 12 Aug 2000
filemtime 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.