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:
Adam Harvey 2012-09-24 01:32:33 +00:00
parent fa99d27fdb
commit 1ad5ef04d9

View file

@ -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>