PHP code example of tnnsst35 / naokihanzawa
1. Go to this page and download the library: Download tnnsst35/naokihanzawa library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
tnnsst35 / naokihanzawa example snippets
:sample.php
wa::baigaeshida(2); // 4
echo NaokiHanzawa::baigaeshida(1.2); // 2.4
echo NaokiHanzawa::baigaeshida('Hello World'); // Hello WorldHello World