Skip to content

r0ck3r/JString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

JString

Java-like string class for PHP

Using:

include_once 'JString.php'

$string = new JString("My string");
echo $string->length(); //writes "9"
echo $string->reverse(); //writes "gnirts yM"

Full method overview available at Wiki

About

Java-like string class for PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages