2017 © Pedro Peláez
 

library javaphp

image

jasekiw/javaphp

  • Saturday, April 15, 2017
  • by jasekiw
  • Repository
  • 2 Watchers
  • 0 Stars
  • 40 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Java Php Library

overview

This library is a java like library that encapsulates all of php's global functions for base types., (*1)

JString is the first class built. many will be added, (*2)

JString

JString is a class that encapsulates all string funcitons into an object, (*3)

ex., (*4)

$test = JString::valueOf(" hello ");
$fixed = $test->trim();
$result = $fixed->toUpperCase();
echo $result; // 'HELLO'

The Versions

15/04 2017

dev-master

9999999-dev

  Sources   Download

The Requires

 

The Development Requires

by Avatar jasekiw

05/08 2016

dev-Integer

dev-Integer

  Sources   Download

The Development Requires

by Avatar jasekiw