検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 492 for Password (0.018 sec.)
RADIUS Attribute Types 5609
« RADIUS Packet Types RADIUS Vendor Specific Attribute Types » PHP Manual 定義済み定数 RADIUS At ... d can be set using radius_put_attr() . RADIUS_USER_PASSWORD ( int ) The User-Password attribute. The attribute ... e is expected to be a string containing the user's password, and can be set using radius_put_attr() . This val ... scribed in » section 5.2 of RFC 2865 . RADIUS_CHAP_PASSWORD ( int ) The Chap-Password attribute. The attribute ... the MD5 hash of the CHAP identifier, the plaintext password and the CHAP challenge value concatenated together ...
https://man.plustar.jp/php/radius.constants.attributes.html - [similar]
マジックメソッド 5569
« オブジェクトの反復処理 finalキーワード » PHP Manual クラスとオブジェクト マジックメソッド マジ ... on { protected $link ; private $dsn , $username , $password ; public function __construct ( $dsn , $username , ... $password ) { $this -> dsn = $dsn ; $this -> username = $use ... rname ; $this -> password = $password ; $this -> connect (); } private funct ... PDO ( $this -> dsn , $this -> username , $this -> password ); } public function __sleep () { return array( 'd ...
https://man.plustar.jp/php/language.oop5.magic.html - [similar]
Establish the environment for connecting to CUBRID server 5529
« cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting ... ng argument of this function. If the user name and password is not given, then the "PUBLIC" connection will be ... t. <url> ::= CUBRID:<host>:<db_name>:<db_user>:<db_password>:[?<properties>] <properties> ::= <property> [&<pr ... database db_user : A name of the database user db_password : A database user password alhosts : Specifies the ... ers in PHP connection URL can't be included in the password. The following is an example of a password that is ...
https://man.plustar.jp/php/function.cubrid-connect-with-url.html - [similar]
接続リソースあるいはステートメントリソースのオプションを設定する 5529
« db2_server_info db2_special_columns » PHP Manual IBM DB2 関数 接続リソースあるいはステートメン ... 接続リソース上で有効にしなければなりません。 trusted_password trusted_user キーで指定したユーザーに対応するパスワ ... - trusted_user <USER NAME> (文字列) X - - trusted_password <PASSWORD> (文字列) X - - userid SQL_ATTR_INFO_USE ... ; $protocol = 'TCPIP' ; $username = 'db2inst1' ; $password = 'ibmdb2' ; /* 接続文字列 */ $conn_string = "DRIV ... otocol ;" ; $conn_string .= "UID= $username ;PWD= $password ;" ; /* 接続リソースを取得します */ $conn = db2_co ...
https://man.plustar.jp/php/function.db2-set-option.html - [similar]
ステートメントリソースあるいは接続リソースからオプションの値を取得する 5481
« db2_free_stmt db2_last_insert_id » PHP Manual IBM DB2 関数 ステートメントリソースあるいは接続リ ... ータ */ $database = 'SAMPLE' ; $user = 'db2inst1' ; $password = 'ibmdb2' ; /* 接続リソースの取得 */ $conn = db2_ ... connect ( $database , $user , $password ); echo "Client attributes passed through connecti ... t1' ); $conn1 = db2_connect ( $database , $user , $password , $options1 ); $val = db2_get_option ( $conn1 , 'u ... nt' ); $conn2 = db2_connect ( $database , $user , $password , $options2 ); $val = db2_get_option ( $conn2 , 'a ...
https://man.plustar.jp/php/function.db2-get-option.html - [similar]
暗号化フィルタ 5441
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... HMAC で暗号化する <?php AES_CBC :: encryptFile ( $password , "plaintext.txt" , "encrypted.enc" ); AES_CBC :: ... decryptFile ( $password , "encrypted.enc" , "decrypted.txt" ); class AES_C ... ault AES-128 public static function encryptFile ( $password , $input_stream , $aes_filename ){ $iv_size = mcry ... _DEV_URANDOM )); $ekey = hash_pbkdf2 ( "sha256" , $password , $esalt , $it = 1000 , self :: key_size (), $raw ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
指定されたデータベース接続のユーザー名を変更する 5441
« mysqli::begin_transaction mysqli::character_set_name » PHP Manual mysqli 指定されたデータベース ... c mysqli::change_user ( string $username , string $password , ? string $database ): bool 手続き型 mysqli_chang ... _user ( mysqli $mysql , string $username , string $password , ? string $database ): bool 指定されたデータベース ... します。 ユーザーを正しく変更するには、 username と password 引数を正しく渡す必要があります。 またそのユーザーが ... ysqli オブジェクト。 username MySQL のユーザー名。 password MySQL のパスワード。 database 変更するデータベース ...
https://man.plustar.jp/php/mysqli.change-user.html - [similar]
MySQL サーバーへの接続をオープンする 5402
« mysql_close mysql_create_db » PHP Manual MySQL 関数 MySQL サーバーへの接続をオープンする mysql ... username = ini_get("mysql.default_user") , string $password = ini_get("mysql.default_password") , bool $new_li ... 、 サーバープロセスの所有ユーザー名が用いられます。 password パスワード。デフォルト値は mysql.default_password ... ysql_connect ( 'localhost' , 'mysql_user' , 'mysql_password' ); if (! $link ) { die( '接続できませんでした: ' ... nnect ( 'example.com:3307' , 'mysql_user' , 'mysql_password' ); if (! $link ) { die( '接続できませんでした: ' ...
https://man.plustar.jp/php/function.mysql-connect.html - [similar]
Open a persistent connection to CUBRID server 5266
« cubrid_num_rows cubrid_pconnect » PHP Manual CUBRID 関数 Open a persistent connection to CUBRI ... '. <url> ::= CUBRID:<host>:<db_name>:<db_user>:<db_password>:[?<properties>] <properties> ::= <property> [&<pr ... database db_user : A name of the database user db_password : A database user password alhosts : Specifies the ... ers in PHP connection URL can't be included in the password. The following is an example of a password that is ... D:localhost:33000:tdb:dba:12?:?login_timeout=100"; Passwords that contain ? or : may be passed as a separate p ...
https://man.plustar.jp/php/function.cubrid-pconnect-with-url.html - [similar]
PKCS5 v2 の PBKDF2 文字列を生成する 5266
« openssl_open openssl_pkcs12_export_to_file » PHP Manual OpenSSL 関数 PKCS5 v2 の PBKDF2 文字列 ... DF2 文字列を生成する 説明 openssl_pbkdf2 ( string $password , string $salt , int $key_length , int $iterations ... ): string | false openssl_pbkdf2() 関数は、PBKDF2 (Password-Based Key Derivation Function 2 の略。PKCS5 v2 で定 ... されている鍵導出関数) 文字列を計算します パラメータ password 導出されるキーを生成するパスワード salt PBKDF2 は、 ... e を返します。 例 例1 openssl_pbkdf2() の例 <?php $password = 'yOuR-pAs5w0rd-hERe' ; $salt = openssl_random_ps ...
https://man.plustar.jp/php/function.openssl-pbkdf2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT