Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 23:25
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 parzibyte/39ce69e2375411f7396741e1fe92ab98 to your computer and use it in GitHub Desktop.
Save parzibyte/39ce69e2375411f7396741e1fe92ab98 to your computer and use it in GitHub Desktop.
<?php
function incrementar($numero){
$numero = $numero + 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment