Jump to content

Recommended Posts

Posted

In PHP it would look something like this:

array(
	'file1.pdf' => file_get_contents( '/path/to/file1.pdf' ),
	'file2.pdf' => file_get_contents( '/path/to/file2.pdf' ),
	'file3.txt' => 'This is the plaintext contents of file3.txt'
)

So basically the raw file contents as a string.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...