Searched defs:username (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/pdo/ |
H A D | pdo_dbh.stub.php | 167 …public function __construct(string $dsn, ?string $username = null, #[\SensitiveParameter] ?string … argument
|
H A D | pdo_dbh.c | 308 char *username=NULL, *password=NULL; in php_pdo_internal_construct_driver() local
|
H A D | php_pdo_driver.h | 435 char *username, *password; member
|
/php-src/ext/mysqli/ |
H A D | mysqli.stub.php | 724 ?string $username = null, 747 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
|
H A D | mysqli_nonapi.c | 53 char *hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL, local
|
/php-src/ext/posix/ |
H A D | posix.stub.php | 423 function posix_getpwnam(string $username): array|false {} 451 function posix_initgroups(string $username, int $group_id): bool {}
|
/php-src/ext/ftp/ |
H A D | ftp.stub.php | 68 …function ftp_login(FTP\Connection $ftp, string $username, #[\SensitiveParameter] string $password)…
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 2277 MYSQLND_CSTRING username = { user, user? strlen(user) : 0 }; local
|
H A D | mysqlnd_structs.h | 895 MYSQLND_STRING username; member
|
Completed in 38 milliseconds