2017 © Pedro Peláez
 

library apcommon

A set of commonly used php functions.

image

ananta/apcommon

A set of commonly used php functions.

  • Tuesday, December 20, 2016
  • by Ananta
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

AP-Common

A class to make your custom PHP development faster., (*1)

Example

require_once "path/to/APCommon.php";
$apcmn=new APCommon;
echo $apcmn->time_ago("2016-11-28T18:12:29+01:00");

See howto.php for more info and examples.

Note

The time_ago() method is dependent on your server time. Use this format '2016-11-28T18:12:29+01:00' to get accurate output. '2016-11-28' may give 0 if the supplied date and today is similar., (*2)

The Versions

20/12 2016

dev-master

9999999-dev

A set of commonly used php functions.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

by Anan5a(Ananta)

20/12 2016

v1.0.0

1.0.0.0

A set of commonly used php functions.

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

by Anan5a(Ananta)