Skip to content

Instantly share code, notes, and snippets.

@lianglee
Created May 29, 2017 17:12
Show Gist options
  • Select an option

  • Save lianglee/35abce16399eb2df310ff5febd0ea65b to your computer and use it in GitHub Desktop.

Select an option

Save lianglee/35abce16399eb2df310ff5febd0ea65b to your computer and use it in GitHub Desktop.
<?php
error_reporting(E_ALL); ini_set('display_errors', 1);
$path = '/media/data/ossn_data/';
file_put_contents("{$path}combinepdf.pdf", "test");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment