php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #50320 fopen: illogic modes
Submitted: 2009-11-28 23:19 UTC Modified: 2009-11-28 23:23 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: plonk at doramail dot com Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 5.3.1 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
32 - 11 = ?
Subscribe to this entry?

 
 [2009-11-28 23:19 UTC] plonk at doramail dot com
Description:
------------
The "mode" letters defy any logic. For example, why not "rw" instead of "r+" for _r_eading/_w_riting?


Reproduce code:
---------------
---
From manual page: function.fopen
---



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-11-28 23:23 UTC] rasmus@php.net
I suppose if you have not had experience with any other language, they 
might seem illogical, but trust me, we didn't make these up.  These are 
the standard modes fopen takes in most languages, including the native 
C where it originated.  Changing them would confuse a lot of people.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 18:02:40 2024 UTC