Skip to content

Instantly share code, notes, and snippets.

@maykonmeier
Created August 3, 2014 19:53
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 maykonmeier/35419bd77c974ab9252f to your computer and use it in GitHub Desktop.
Save maykonmeier/35419bd77c974ab9252f to your computer and use it in GitHub Desktop.
Operador de execução
<?php
$output = `ls -la`;
echo "<pre>$output</pre>";
// <pre> é um tag HTML que formata a saída
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment