Skip to content

Instantly share code, notes, and snippets.

@cmb69
Created April 19, 2015 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmb69/b6c26ec22db29822ca00 to your computer and use it in GitHub Desktop.
Save cmb69/b6c26ec22db29822ca00 to your computer and use it in GitHub Desktop.
<?php
mkdir('foo1');
mkdir('foo2');
file_put_contents('foo2/bar.txt', '42');
symlink('../foo2/bar.txt', 'foo1/foo3.txt');
var_dump(file_get_contents('foo1/foo3.txt'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment