Skip to content

Instantly share code, notes, and snippets.

@potix2
Created October 16, 2011 14:56
Show Gist options
  • Save potix2/1290984 to your computer and use it in GitHub Desktop.
Save potix2/1290984 to your computer and use it in GitHub Desktop.
fill with same characters in PHP
//result: BBBBBBBBBB
implode('', array_fill(0, 10, 'B'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment