-
Notifications
You must be signed in to change notification settings - Fork 1
Hash
kaythinks edited this page Apr 11, 2020
·
1 revision
The Hash class has 2 methods namely,
public static function make( string $input) : string
This method is for creating a hash value from a string . It can be accessed like this, Hash::make('demo').
public static function check( string $input) : string
This method is used for checking the string value of a hash. It can be accessed like this ,Hash::check('cUJla1k5ZWlCMVE9').
Made with love in Naija