|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-12-30 03:27 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 11:00:01 2025 UTC |
I have found a bug on page function.fopen.html [chm date: 2002-08-28]... The b -flag in fopen($string, "rb") is not mention in the text of the manual. I find its important to download binary files to databased in windows. It take me several hours to find it out. I suggest this addition to the text: "mode may be any of the following: {... Your text 'a+' - Open for reading and writing; place the file pointer at the end of the file. If the file does not exist, attempt to create it.} 'b' adding this will indicate a binary file. This is important tothe windows operation system for handling binary files right.