PHP code example of commerce-wa-ols / nicknames
1. Go to this page and download the library: Download commerce-wa-ols/nicknames 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/ */
commerce-wa-ols / nicknames example snippets
Nicknames::givenTo("William");use CommerceWA\Utilities\Nicknames;
Array
(
[0] => bill
[1] => billy
[2] => will
[3] => willie
[4] => willy
)
use CommerceWA\Utilities\Nicknames;
Nicknames::givenTo("Becky");
Array
(
[0] => rebecca
)