|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchesgetextension-trunk (last revision 2010-11-25 13:09 UTC by salathe@php.net)splfileinfo-getextension-trunk (last revision 2010-11-17 21:34 UTC by salathe@php.net) Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-11-17 22:34 UTC] salathe@php.net
[2010-11-25 14:09 UTC] salathe@php.net
[2010-12-23 23:32 UTC] salathe@php.net
[2010-12-24 08:29 UTC] salathe@php.net
[2010-12-25 17:07 UTC] salathe@php.net
-Status: Open
+Status: To be documented
-Package: Feature/Change Request
+Package: SPL related
-Assigned To:
+Assigned To: salathe
[2010-12-25 17:07 UTC] salathe@php.net
[2010-12-25 17:08 UTC] salathe@php.net
-Type: Feature/Change Request
+Type: Documentation Problem
[2011-02-11 23:07 UTC] salathe@php.net
[2011-02-11 23:16 UTC] salathe@php.net
[2011-02-14 15:25 UTC] salathe@php.net
-Status: To be documented
+Status: Closed
[2011-02-14 15:25 UTC] salathe@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 22:00:01 2025 UTC |
Description: ------------ SplFileInfo::getExtension() should be alias for pathinfo($file, PATHINFO_EXTENSION), to put as much functionality in classes as possible. Reproduce code: --------------- --- From manual page: class.splfileinfo --- $file = new SplFileInfo('monkey.gif'); echo $file->getExtension(); Expected result: ---------------- gif Actual result: -------------- Sorry but I don't get this box, I'm too noob.