Skip to content

New Features And Bug Fixes

Latest
Compare
Choose a tag to compare
@hollax hollax released this 07 Nov 12:26
· 31 commits to master since this release

Bug fixes

  1. Adding new index after the php closing tag for file tag ends with '?>'
  2. Library not differentiating numeric from string

New Features

Features

  1. write() method third parameter as predefined constant to determine how to handler updating index
  2. write() method throws exception if the third argument does match any of required constant
  3. The library removes whitespace from file using trim()
  4. Added public method to check error hasError()