note 9611 deleted from function.fstat by felipe
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: jason at inetgurs dot net ---- Currently fstat() is indexed by name instead of by number like stat(). Example: $s_array=fstat($fp); print $s_array["mtime"];fclose($fp);