library php-string-builder
String Builder implementation on PHP.
ratacibernetica/php-string-builder
String Builder implementation on PHP.
- Tuesday, March 21, 2017
- by ratacibernetica
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
php-string-builder
String Builder implementation on PHP., (*1)
Quickstart
$str1 = "Hola";
$str2 = " mundo";
$stb = new StringBuilder();
$stb->append($str1);
$stb->append($str2);
echo $stb; //"Hola mundo"
dev-master
9999999-dev
String Builder implementation on PHP.
Sources
Download
MIT
The Development Requires
by
Martin Roldan Araujo