検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 187 for パスワード (0.037 sec.)
FTP サーバー上のファイルまたはディレクトリの名前を変更する 4836
« ftp_rawlist ftp_rmdir » PHP Manual FTP 関数 FTP サーバー上のファイルまたはディレクトリの名前を ... $ftp = ftp_connect ( $ftp_server ); // ユーザー名とパスワードでログインする $login_result = ftp_login ( $ftp , $f ...
https://man.plustar.jp/php/function.ftp-rename.html - [similar]
SITEコマンドをサーバーに送信する 4836
« ftp_set_option ftp_size » PHP Manual FTP 関数 SITEコマンドをサーバーに送信する ftp_site (PHP 4 ... o connect to ftp.example.com' ); // "user" として、パスワード "pass" でログインする if (! ftp_login ( $ftp , 'us ...
https://man.plustar.jp/php/function.ftp-site.html - [similar]
タイミング攻撃に対して安全な文字列比較 4836
« hash_copy hash_file » PHP Manual Hash 関数 タイミング攻撃に対して安全な文字列比較 hash_equals ... するために使われるべきです。 たとえば crypt() によるパスワードのハッシュを検証する場合などです。 パラメータ known_ ...
https://man.plustar.jp/php/function.hash-equals.html - [similar]
PKCS#12 互換の証明書保存ファイルを変数にエクスポートする 4836
« openssl_pkcs12_export_to_file openssl_pkcs12_read » PHP Manual OpenSSL 関数 PKCS#12 互換の証明 ... passphrase PKCS#12 ファイルのロックを解除するためのパスワード。 options オプションの配列。以下に示すキー以外は無視 ...
https://man.plustar.jp/php/function.openssl-pkcs12-export.html - [similar]
新機能 4836
« PHP 7.1.x から PHP 7.2.x への移行 新しい関数 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新 ... リファレンスは Sodium を参照ください。 Argon2 によるパスワードハッシュ パスワードハッシュ API に Argon2 が追加され ...
https://man.plustar.jp/php/migration72.new-features.html - [similar]
下位互換性のない変更点 4836
« 新しいグローバル定数 PHP 7.4.x で推奨されなくなる機能 » PHP Manual PHP 7.3.x から PHP 7.4.x へ ... シリアル化を復元する場合のみ、壊れる場合があります。 パスワードアルゴリズムの定数 パスワードハッシュのアルゴリズムの ...
https://man.plustar.jp/php/migration74.incompatible.html - [similar]
実行時設定 4814
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... cached.sess_sasl_password string セッションの SASL パスワードを指定します。 SASL を有効にするには、ユーザー名とパ ... 名を指定します。 SASL を有効にするには、ユーザー名とパスワードを両方指定する必要があります。 memcached.store_retry ...
https://man.plustar.jp/php/memcached.configuration.html - [similar]
mysql サーバーとの接続をオープンする 4814
« mysqli::query mysqli::real_escape_string » PHP Manual mysqli mysql サーバーとの接続をオープンす ... 名。 passwd null を指定した場合は、MySQL サーバーは パスワードを持たないユーザーレコードについてのみ認証を試みます ... 。 これにより、同一のユーザー名に対して (パスワードが指定されたか 否かによって) 違う権限を与えることがで ...
https://man.plustar.jp/php/mysqli.real-connect.html - [similar]
Expect の使用例 4793
« 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリ ... array ( array ( "password:" , PASSWORD ), // SSH がパスワードを問い合わせます array ( "yes/no)?" , YESNO ), // SS ...
https://man.plustar.jp/php/expect.examples-usage.html - [similar]
macOS Monterey より前のバージョンにバンドルされている、PHP の使用法 4793
« パッケージの使用 macOS 上での PHP のコンパイル » PHP Manual macOS へのインストール macOS Monte ... ivate/etc/apache2/httpd.conf と入力します (その後、パスワードを聞かれます)。 覚えておくべき nano コマンドは次のと ...
https://man.plustar.jp/php/install.macosx.bundled.html - [similar]