I've found it in Unix file permissions document. It's a 16-bit word contains file type and mode, that's what this function returned. I wonder if there could be a brief description in fileperm() manual.
"Dallas Thunder" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > It simply said "Returns the permissions on the file" on fileperms() manual > page. > It returns a numeric value, such as 100644 in octal value. I know 644 is > "rw-r--r--", but what's 100 for? Thanks. > > -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
