2017 © Pedro Peláez
 

library support

Contains string function to limit words

image

fahmiardi/support

Contains string function to limit words

  • Friday, April 28, 2017
  • by fahmiardi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Usage

<?php

use Fahmiardi\Support\Str;

$words = "Testing words",
$limitWords = Str::words_limiter($words, 1);

The Versions

28/04 2017

dev-master

9999999-dev https://github.com/fahmiardi/support

Contains string function to limit words

  Sources   Download

MIT

The Requires

  • php ^5.3.2 || ^7.0
  • ext-mbstring *

 

The Development Requires

string words limiter