Skip to content

Instantly share code, notes, and snippets.

@peterlafferty
Created October 20, 2016 22:36
Show Gist options
  • Save peterlafferty/f524db203f0bb85afdb23b96b423923c to your computer and use it in GitHub Desktop.
Save peterlafferty/f524db203f0bb85afdb23b96b423923c to your computer and use it in GitHub Desktop.
<?php
function test($number, $text)
{
//do something
return str_repeat($text, $number);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment