rkr/strings

0.0.1 2014-03-18 08:49 UTC

This package is auto-updated.

Last update: 2024-03-29 03:01:20 UTC


README

Consistant multibyte function library for strings

This lib is not yet production ready!

  • Requires PHP 5.3+

Designgoals

  • Consistent interface.
  • All names are lowerCamelCase.
  • Required parameters are always at the beginning.
  • Homogeneous parameters follow conventions: $haystack is always before $needle.