2017 © Pedro Peláez
 

library string

A collection of missing php string functions

image

krak/string

A collection of missing php string functions

  • Thursday, April 28, 2016
  • by ragboyjr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 718 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

String

The string library is just a simple collection of missing php string functions., (*1)

API

// truncate a string and append an optional truncation value
function truncate($str, $len, $end = '')
function map_join($strs, $sep, $predicate)
// hide a substring with a char by replacing each char with the replacement_char
function substr_hide($str, $replacement_char, $start, $length)

Look at the test/string.php for examples., (*2)

The Versions

28/04 2016

dev-master

9999999-dev http://gitlab.bighead.net/krak/string

A collection of missing php string functions

  Sources   Download

MIT

The Requires

  • php >=5.2

 

The Development Requires

php string misc

28/04 2016

v0.2.0

0.2.0.0 http://gitlab.bighead.net/krak/string

A collection of missing php string functions

  Sources   Download

MIT

The Requires

  • php >=5.2

 

The Development Requires

php string misc

05/08 2015

v0.1.0

0.1.0.0 http://gitlab.bighead.net/krak/string

A collection of missing php string functions

  Sources   Download

MIT

The Requires

  • php >=5.2

 

The Development Requires

php string misc