gloatingcord26/basic-lib

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

v1.0.0 2022-05-28 13:08 UTC

This package is auto-updated.

Last update: 2024-04-30 00:32:46 UTC


README

First php library

Number functions include: Adding add($num1, $num2), subtracting sub($num1, $num2), multiplying mul($num1, $num2) and deviding dev($num1, $num2);

String functions include: Make password createPassword() and reverseString($word);