Voting

The Note You're Voting On

Hellhound
17 years ago
To ignore index number or name specifics.. use:

list($dev, $ino, $mode, $nlink, $uid, $gid, $rdev, $size, $atime, $mtime, $ctime, $blksize, $blocks)
= lstat($directory_element);

<< Back to user notes page

To Top