Ticket #3539 (closed PHP deviation: fixed)
pathinfo() second parameter not supported
| Reported by: | Michael Placentra II <nothingsoriginalontheinternet@…> | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1.0 beta |
| Component: | Standard Library | Version: | trunk |
| Severity: | minor | Keywords: | pathinfo |
| Cc: |
Description
Zend PHP supports a second, optional parameter to pathinfo() to limit what data to calculate and return.
If the second parameter is specified, pathinfo() should return a string (corresponding to the second parameter, and Zend's picks one if you bit-or multiple) as opposed to an array of strings of all the data you could possibly want.
Change History
Note: See
TracTickets for help on using
tickets.
