You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for reading from strings and writing to strings instead of files. This could be done with methods fromString($format, $data) and toString($format, $data).
Note that the format parameter should be case insensitive.
Add support for reading from strings and writing to strings instead of files. This could be done with methods
fromString($format, $data)
andtoString($format, $data)
.Note that the format parameter should be case insensitive.
Example of reading:
Example of writing:
The text was updated successfully, but these errors were encountered: