File manager - Edit - /home/linknsbh/cecil-hotel.net/vendor/botble/platform/base/src/Supports/Gravatar.php
Back
<?php namespace Botble\Base\Supports; class Gravatar { public static function image(string|null $email, int $size = 200, string $rating = 'g', string $default = 'monsterid'): string { $id = md5(strtolower(trim($email))); return 'https://www.gravatar.com/avatar/' . $id . '/?d=' . $default . '&s=' . $size . '&r=' . $rating; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.52 |
proxy
|
phpinfo
|
Settings