]> git.mxchange.org Git - core.git/commit
The 'c' mode will do the following:
authorRoland Haeder <roland@mxchange.org>
Sat, 17 May 2014 21:30:48 +0000 (23:30 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 17 May 2014 21:30:48 +0000 (23:30 +0200)
commit978c24260ea30de3b29d4436d707bdc67a8e9b9e
tree797cf05e7ac8f9627b8189ee2bc7841630273678
parentb306775c8bca74cc966be6e31cc13ca688573193
The 'c' mode will do the following:
- open file for writing (with + also for reading aka "random access mode")
- if file does not exist, create it
- if file exists, don't truncate (unlike 'w' does) and don't fail (unlike 'x'
  does).
- set seek position to beginning of file
- 'b' is for binary data

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/file_directories/io/class_FrameworkFileInputOutputPointer.php