File 1:
asdffdsa
File 2:
asdfjklfdsaHGUik
How do I read these binary files with PHP such that I can populate an array with the plaintext like:
$file1_output = ["asdf", "fdsa"];
$file2_output = ["asdfjkl", "fdsaHGUik"];