検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 492 for Password (0.079 sec.)
SessionHandler クラス 4588
« session_write_close SessionHandler::close » PHP Manual Sessions SessionHandler クラス SessionH ... pt AES 256 * * @param data $edata * @param string $password * @return decrypted data */ function decrypt ( $ed ... ata , $password ) { $data = base64_decode ( $edata ); $salt = subs ... $rounds = 3 ; // キーの長さに依存します $data00 = $password . $salt ; $hash = array(); $hash [ 0 ] = hash ( 's ... ypt AES 256 * * @param data $data * @param string $password * @return base64 encrypted data */ function encryp ...
https://man.plustar.jp/php/class.sessionhandler.html - [similar]
新しいグローバル定数 4588
« 新しい関数 下位互換性のない変更点 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新しいグローバ ... _EXOP_WHO_AM_I LDAP_EXOP_TURN パスワードのハッシュ PASSWORD_ARGON2I PASSWORD_ARGON2_DEFAULT_MEMORY_COST PASSWO ... RD_ARGON2_DEFAULT_TIME_COST PASSWORD_ARGON2_DEFAULT_THREADS PCRE PREG_UNMATCHED_AS_NULL ...
https://man.plustar.jp/php/migration72.constants.html - [similar]
手続き型とオブジェクト指向インターフェイス 4588
« クイックスタートガイド データベース接続 » PHP Manual クイックスタートガイド 手続き型とオブジェ ... ysqli = mysqli_connect ( "example.com" , "user" , "password" , "database" ); $result = mysqli_query ( $mysqli ... $mysql = mysql_connect ( "example.com" , "user" , "password" ); mysql_select_db ( "test" ); $result = mysql_qu ... ysqli = mysqli_connect ( "example.com" , "user" , "password" , "database" ); $result = mysqli_query ( $mysqli ... ; $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $result = $mysqli -> query ( "SEL ...
https://man.plustar.jp/php/mysqli.quickstart.dual-interface.html - [similar]
index で定義されたエントリの暗号化方法を指定する 4588
« ZipArchive::setCompressionName ZipArchive::setEncryptionName » PHP Manual ZipArchive index で定 ... yptionIndex ( int $index , int $method , ? string $password = null ): bool index で定義されたエントリの暗号化方 ... EM_ 定数のうちのひとつによって定義された暗号化方式 password オプションで指定するパスワード。 指定されない場合は ... false を返します。 変更履歴 バージョン 説明 8.0.0 password は、nullable になりました。 注意 注意 : この関数は ... ドされた場合にのみ利用可能です。 参考 ZipArchive::setPassword() - アクティブなアーカイブにパスワードを設定する Z ...
https://man.plustar.jp/php/ziparchive.setencryptionindex.html - [similar]
SoapClient クラス 4500
« use_soap_error_handler SoapClient::__call » PHP Manual SOAP SoapClient クラス SoapClient クラス ... ate ? string $ _login = null ; private ? string $ _password = null ; private bool $ _use_digest = false ; priv ... $ _proxy_login = null ; private ? string $ _proxy_password = null ; private bool $ _exceptions = true ; priva ... encoding _exceptions _features _keep_alive _login _password _proxy_host _proxy_login _proxy_password _proxy_po ...
https://man.plustar.jp/php/class.soapclient.html - [similar]
データベースへの接続をオープンする 4500
« ibase_commit ibase_db_info » PHP Manual Firebird/InterBase 関数 データベースへの接続をオープン ... ing $database = ? , string $username = ? , string $password = ? , string $charset = ? , int $buffers = ? , int ... i ディレクティブ ibase.default_user で設定します。 password username のパスワード。 php.ini ディレクティブ iba ... se.default_password で設定します。 charset charset はデータベースに関す ... gdb' ; $dbh = ibase_connect ( $host , $username , $password ); $stmt = 'SELECT * FROM tblname' ; $sth = ibase_ ...
https://man.plustar.jp/php/function.ibase-connect.html - [similar]
プロセスの出力がパターンに一致する・指定した時間が経過する・ あるいは EOF に達す... 4460
« Expect 関数 expect_popen » PHP Manual Expect 関数 プロセスの出力がパターンに一致する・指定した ... パターンに一致した場合にこの関数が返す値) array( "password:" , "asked for password" ), array( "yes/no)?" , "a ... ct_expectl ( $stream , $cases )) { case "asked for password" : fwrite ( $stream , "my password\n" ); break; ca ...
https://man.plustar.jp/php/function.expect-expectl.html - [similar]
Create new MongoDB Manager 4412
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... A » mongodb:// connection URI: mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]] ... This is particularly relevant to the username and password, which can often include special characters such a ... :SMALLEST_MAX_STALENESS_SECONDS (i.e. 90 seconds). password string The password for the user being authenticat ... ed. This option is useful if the password contains special characters, which would otherwise ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
PostgreSQL データベースに接続する 4412
« PostgreSQL (PDO) PDO::pgsqlCopyFromArray » PHP Manual PostgreSQL (PDO) PostgreSQL データベース ... ンストラクタにおけるユーザー名引数の値を無視します。 password 接続するユーザーのパスワードを指定します。もし DSN ... このことは、DSN におけるあらゆるコンポーネント (例: password や dbname ) で、セミコロンはサポートされていないと ... :host=localhost;port=5432;dbname=testdb;user=bruce;password=mypass 関連キーワード: PDO , PostgreSQL , データベ ...
https://man.plustar.jp/php/ref.pdo-pgsql.connection.html - [similar]
名前で定義されたエントリの暗号化方式を設定する 4412
« ZipArchive::setEncryptionIndex ZipArchive::setExternalAttributesIndex » PHP Manual ZipArchive ... ptionName ( string $name , int $method , ? string $password = null ): bool 名前で定義されたエントリの暗号化方式 ... EM_ 定数のうちのひとつによって定義された暗号化方式 password オプションで指定するパスワード。 指定されない場合は ... false を返します。 変更履歴 バージョン 説明 8.0.0 password は、nullable になりました。 例 この例は、ZIP ファイ ... ' , ZipArchive :: CREATE ) === TRUE ) { $zip -> setPassword ( 'secret' ); $zip -> addFile ( 'text.txt' ); $zip ...
https://man.plustar.jp/php/ziparchive.setencryptionname.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT