Skip to content

Instantly share code, notes, and snippets.

@yoimbert
Created June 30, 2016 08:14
Show Gist options
  • Save yoimbert/39cb1e4329eaa5b7dc4124e7d687c2e7 to your computer and use it in GitHub Desktop.
Save yoimbert/39cb1e4329eaa5b7dc4124e7d687c2e7 to your computer and use it in GitHub Desktop.
dir php
<?php
// dossier courant
echo getcwd() . "\n";
chdir('cvs');
// dossier courant
echo getcwd() . "\n";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment