Skip to content

Instantly share code, notes, and snippets.

@valdiney
Created September 2, 2014 18:30
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 valdiney/c0e282f9808f242ef6df to your computer and use it in GitHub Desktop.
Save valdiney/c0e282f9808f242ef6df to your computer and use it in GitHub Desktop.
<pre class="prettyprint linenums">
$vetor = array(10,20,30);
foreach($vetor as $listar) {
echo $listar;
}
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment