hikarine3/common_web_function

Collection of functions for common web operations

v1.0.2 2019-01-28 12:40 UTC

This package is auto-updated.

Last update: 2024-03-29 00:04:27 UTC


README

This package provides common functions which are necessary for web applications.

How to install it

add

    "require": {
        ...
        "hikarine3/common_web_function": "*",
        ...
    }

to composer.json

How to use

$cwf = new CommonWebFunction();
$string = " AB ヴァカでぇ1     ";
print($cwf->normalize_str($string));

Available functions

normalize_str()

How to test

composer test tests;

Author

Hajime Kurita

An adminstrator of https://sakuhindb.com/ , http://minakoe.jp/ and so on

https://github.com/hikarine3

Twitter:

JP: https://twitter.com/hikarine3

EN: https://twitter.com/hajimekurita