Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions | |
withPassword ($password=false) | |
Variables | |
trait | PasswordProtected |
phpseclib3\Crypt\Common\Traits\withPassword | ( | $password = false | ) |
Sets the password
Private keys can be encrypted with a password. To unset the password, pass in the empty string or false. Or rather, pass in $password such that empty($password) && !is_string($password) is true.
string | bool | $password |