tnnsst35/naokihanzawa

There is no license information available for the latest version (1.0.0) of this package.

NaokiHanzawa is a famous character in Japan.

1.0.0 2013-12-03 00:00 UTC

This package is not auto-updated.

Last update: 2024-04-17 08:09:26 UTC


README

NaokiHanzawa is a famous character in Japan.

He says the famous words, meaning twice return of "baigaeshida(倍返しだ!)".

NaikiHanzawa this library has methods to do the same with the words of his.

Usage

<?php
require_once 'NaokiHanzawa.php';

echo NaokiHanzawa::baigaeshida(2);            // 4

echo NaokiHanzawa::baigaeshida(1.2);          // 2.4

echo NaokiHanzawa::baigaeshida('Hello World'); // Hello WorldHello World

Author

tnnsst35<http://tnnsst35.com>