2017 © Pedro Peláez
 

library fungsi

fungsi populer

image

ojisatriani/fungsi

fungsi populer

  • Monday, March 12, 2018
  • by ojisatriani
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Fungsi oji Satriani

fungsi oji, (*1)

Instalation

Via composer:, (*2)

composer require ojisatriani/fungsi

Manual composer.json in require section:, (*3)

"require": {
    "ojisatriani/fungsi": "dev-master", // <- this line
}

Basic Usage:

```$php use OjiSatriani\Fungsi;, (*4)

//tanggal populer indonesia $tanggal = Fungsi::setTanggal(); $tanggal->tanggalSekarang(); // 2018-03-09 $tanggal->tanggalIndonesia(); // 09 Maret 2018 $tanggal->setTanggal('2018-03-9'); $tanggal->tanggalIndonesia(); // 09 Maret 2018 $tanggal->tanggalIndonesiaSingkat(); // 09 Mar 2018 $tanggal->namaBulan(); // Maret $tanggal->namaTahun(); // 2018 $tanggal->bulanTahun(); // Maret 2018 $tanggal->bulanTahun(true); // Mar 2018 $tanggal->namaBulanSingkat(); // Mar $tanggal->getHari(); // Jum'at $tanggal->getBulan(); // Maret $tanggal->arrayHari(); // array() [01] - [31] $tanggal->arrayBulan(); // array() ['Januari'] - ['Desember'] $tanggal->arrayTahun(1970,2018); // array() [1970] - [2018] $tanggal->arrayWaktu(); //return array() [tahun] [bulan] [hari] [jam] [menit] [detik], (*5)

//kebutuhan lainnya $fungsi = new Fungsi; $fungsi->romawi(25); // XXV $fungsi->autolink('ini ada link http://www.google.com'); // ini adalah link http://www.google.com $fungsi->terbilang(50000); // Lima Puluh Ribu $fungsi->slug('ini adalah permalink','-'); // ini-adalah-permalink $fungsi->alamatIp(); // 192.168.1.5 $fungsi->nip(197005182005031005); // 19700518 200503 1 005 $fungsi->nip(197005182005031005,'.'); // 19700518.200503.1.005 ```, (*6)

The Versions

12/03 2018

dev-master

9999999-dev

fungsi populer

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Avatar ojisatriani

12/03 2018

1.0.2

1.0.2.0

fungsi populer

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Avatar ojisatriani

11/03 2018

1.0.1

1.0.1.0

fungsi populer

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Avatar ojisatriani

09/03 2018

1.0.0

1.0.0.0

fungsi populer

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Avatar ojisatriani