mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Add pathinfo() to the see also list on filetype(), since we got a user note
over the weekend that suggests that people who find filetype() might actually want pathinfo() instead. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327757 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fa99d27fdb
commit
1ad5ef04d9
1 changed files with 2 additions and 1 deletions
|
@ -84,8 +84,9 @@ echo filetype('/etc/'); // dir
|
|||
<member><function>is_file</function></member>
|
||||
<member><function>is_link</function></member>
|
||||
<member><function>file_exists</function></member>
|
||||
<member><function>stat</function></member>
|
||||
<member><function>mime_content_type</function></member>
|
||||
<member><function>pathinfo</function></member>
|
||||
<member><function>stat</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue